#FBCD60

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

Shades of Dandelion #FBCD60

Tints of Dandelion #FBCD60

Color information

#FBCD60 (or 0xFBCD60) is unknown color: approx Dandelion. HEX triplet: FB, CD and 60. RGB value is (251,205,96). Sum of RGB (Red+Green+Blue) = 251+205+96=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD60 is #04329F. Grayscale: #CECECE. Windows color (decimal): -275104 or 6344187. OLE color: 6344187.

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

Color convert

RGB25120596-
CMYK00.180.620.02
HSL42.19º95.09%68.04%-
HSV(B)42.19º61.75%98.43%-
XYZ63.7365.0220.26-
YUV206.3365.74159.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 96 (37.89% from 255) = 17.39%
R=45.47%
G=37.14%
B=17.39%

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
Decimal2512059600.180.620.0242.1995.0968.04
HexFBCD600123E22a5f44
Octal37331514002276252137104
Binary111110111100110111000000100101111101010101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCD60; }

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

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

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

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

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

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

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

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