#FBCE60

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

Shades of Dandelion #FBCE60

Tints of Dandelion #FBCE60

Color information

#FBCE60 (or 0xFBCE60) is unknown color: approx Dandelion. HEX triplet: FB, CE and 60. RGB value is (251,206,96). Sum of RGB (Red+Green+Blue) = 251+206+96=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE60 is #04319F. Grayscale: #CFCFCF. Windows color (decimal): -274848 or 6344443. OLE color: 6344443.

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

Color convert

RGB25120696-
CMYK00.180.620.02
HSL42.58º95.09%68.04%-
HSV(B)42.58º61.75%98.43%-
XYZ63.9765.520.34-
YUV206.9265.41159.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=45.39%
G=37.25%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512069600.180.620.0242.5895.0968.04
HexFBCE600123E22b5f44
Octal37331614002276253137104
Binary111110111100111011000000100101111101010101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE60; }

 p { color: rgb(251,206,96); }

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

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

 a { background-color: rgb(251,206,96); }

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

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

 span { border-color: rgb(251,206,96); }

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