#FBD85F

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

Shades of Dandelion #FBD85F

Tints of Dandelion #FBD85F

Color information

#FBD85F (or 0xFBD85F) is unknown color: approx Dandelion. HEX triplet: FB, D8 and 5F. RGB value is (251,216,95). Sum of RGB (Red+Green+Blue) = 251+216+95=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 95 (37.5% from 255 or 16.90% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD85F is #0427A0. Grayscale: #D5D5D5. Windows color (decimal): -272289 or 6281467. OLE color: 6281467.

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

Color convert

RGB25121695-
CMYK00.140.620.02
HSL46.54º95.12%67.84%-
HSV(B)46.54º62.15%98.43%-
XYZ66.4170.4520.92-
YUV212.6761.6155.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 95 (37.5% from 255) = 16.90%
R=44.66%
G=38.43%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512169500.140.620.0246.5495.1267.84
HexFBD85F0E3E22f5f44
Octal37333013701676257137104
Binary11111011110110001011111011101111101010111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD85F; }

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

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

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

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

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

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

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

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