#fbdf5f

Color #FBDF5F Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FBDF5F

Tints of Dandelion #FBDF5F

Color information

#FBDF5F (or 0xFBDF5F) is unknown color: approx Dandelion. HEX triplet: FB, DF and 5F. RGB value is (251,223,95). Sum of RGB (Red+Green+Blue) = 251+223+95=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 95 (37.5% from 255 or 16.70% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5F is #0420A0. Grayscale: #D9D9D9. Windows color (decimal): -270497 or 6283259. OLE color: 6283259.

HSL color Cylindrical-coordinate representation of color #FBDF5F: hue angle of 49.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBDF5F is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25122395-
CMYK00.110.620.02
HSL49.23º95.12%67.84%-
HSV(B)49.23º62.15%98.43%-
XYZ68.2474.1121.53-
YUV216.7859.28152.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 223 (87.5% from 255) = 39.19%
BLUE value IS 95 (37.5% from 255) = 16.70%
R=44.11%
G=39.19%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512239500.110.620.0249.2395.1267.84
HexFBDF5F0B3E2315f44
Octal37333713701376261137104
Binary11111011110111111011111010111111101011000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbdf5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbdf5f; }

 p { color: rgb(251,223,95); }

 H1.HeaderClassName
 {
   color: #fbdf5f;
 }
 .AnyTagClassName
 {
   color: #fbdf5f;
 }
</style>
background-color css

<style>
 a { background-color: #fbdf5f; }

 a { background-color: rgb(251,223,95); }

 div.DivClassName
 {
   background-color: #fbdf5f;
 }
 .BgClassName
 {
   background-color: #fbdf5f;
 }
</style>
border-color css

<style>
 span { border-color: #fbdf5f; }

 span { border-color: rgb(251,223,95); }

 td.TdClassName
 {
   border-color: #fbdf5f;
 }
 .TagClassName
 {
   border-color: #fbdf5f;
 }
</style>