#FBD66B

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

Shades of Dandelion #FBD66B

Tints of Dandelion #FBD66B

Color information

#FBD66B (or 0xFBD66B) is unknown color: approx Dandelion. HEX triplet: FB, D6 and 6B. RGB value is (251,214,107). Sum of RGB (Red+Green+Blue) = 251+214+107=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD66B is #042994. Grayscale: #D5D5D5. Windows color (decimal): -272789 or 7067387. OLE color: 7067387.

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

Color convert

RGB251214107-
CMYK00.150.570.02
HSL44.58º94.74%70.2%-
HSV(B)44.58º57.37%98.43%-
XYZ66.4869.6623.85-
YUV212.8668.26155.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 107 (42.19% from 255) = 18.71%
R=43.88%
G=37.41%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121410700.150.570.0244.5894.7470.2
HexFBD66B0F3922d5f46
Octal37332615301771255137106
Binary11111011110101101101011011111110011010110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD66B; }

 p { color: rgb(251,214,107); }

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

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

 a { background-color: rgb(251,214,107); }

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

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

 span { border-color: rgb(251,214,107); }

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