#FBCF60

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

Shades of Dandelion #FBCF60

Tints of Dandelion #FBCF60

Color information

#FBCF60 (or 0xFBCF60) is unknown color: approx Dandelion. HEX triplet: FB, CF and 60. RGB value is (251,207,96). Sum of RGB (Red+Green+Blue) = 251+207+96=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCF60 is #04309F. Grayscale: #CFCFCF. Windows color (decimal): -274592 or 6344699. OLE color: 6344699.

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

Color convert

RGB25120796-
CMYK00.180.620.02
HSL42.97º95.09%68.04%-
HSV(B)42.97º61.75%98.43%-
XYZ64.2165.9820.42-
YUV207.565.08159.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=45.31%
G=37.36%
B=17.33%

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
Decimal2512079600.180.620.0242.9795.0968.04
HexFBCF600123E22b5f44
Octal37331714002276253137104
Binary111110111100111111000000100101111101010101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF60; }

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

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

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

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

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

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

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

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