#FBDB60

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

Shades of Dandelion #FBDB60

Tints of Dandelion #FBDB60

Color information

#FBDB60 (or 0xFBDB60) is unknown color: approx Dandelion. HEX triplet: FB, DB and 60. RGB value is (251,219,96). Sum of RGB (Red+Green+Blue) = 251+219+96=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB60 is #04249F. Grayscale: #D7D7D7. Windows color (decimal): -271520 or 6347771. OLE color: 6347771.

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

Color convert

RGB25121996-
CMYK00.130.620.02
HSL47.61º95.09%68.04%-
HSV(B)47.61º61.75%98.43%-
XYZ67.2372.0221.42-
YUV214.5561.1154-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 96 (37.89% from 255) = 16.96%
R=44.35%
G=38.69%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512199600.130.620.0247.6195.0968.04
HexFBDB600D3E2305f44
Octal37333314001576260137104
Binary11111011110110111100000011011111101011000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB60; }

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

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

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

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

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

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

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

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