#FBDE5F

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

Shades of Dandelion #FBDE5F

Tints of Dandelion #FBDE5F

Color information

#FBDE5F (or 0xFBDE5F) is unknown color: approx Dandelion. HEX triplet: FB, DE and 5F. RGB value is (251,222,95). Sum of RGB (Red+Green+Blue) = 251+222+95=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 95 (37.5% from 255 or 16.73% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE5F is #0421A0. Grayscale: #D8D8D8. Windows color (decimal): -270753 or 6283003. OLE color: 6283003.

HSL color Cylindrical-coordinate representation of color #FBDE5F: hue angle of 48.85º 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 #FBDE5F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25122295-
CMYK00.120.620.02
HSL48.85º95.12%67.84%-
HSV(B)48.85º62.15%98.43%-
XYZ67.9773.5821.45-
YUV216.1959.61152.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 95 (37.5% from 255) = 16.73%
R=44.19%
G=39.08%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512229500.120.620.0248.8595.1267.84
HexFBDE5F0C3E2315f44
Octal37333613701476261137104
Binary11111011110111101011111011001111101011000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE5F; }

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

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

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

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

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

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

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

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