#FBD960

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

Shades of Dandelion #FBD960

Tints of Dandelion #FBD960

Color information

#FBD960 (or 0xFBD960) is unknown color: approx Dandelion. HEX triplet: FB, D9 and 60. RGB value is (251,217,96). Sum of RGB (Red+Green+Blue) = 251+217+96=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD960 is #04269F. Grayscale: #D5D5D5. Windows color (decimal): -272032 or 6347259. OLE color: 6347259.

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

Color convert

RGB25121796-
CMYK00.140.620.02
HSL46.84º95.09%68.04%-
HSV(B)46.84º61.75%98.43%-
XYZ66.7170.9821.25-
YUV213.3761.76154.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 96 (37.89% from 255) = 17.02%
R=44.50%
G=38.48%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512179600.140.620.0246.8495.0968.04
HexFBD9600E3E22f5f44
Octal37333114001676257137104
Binary11111011110110011100000011101111101010111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD960; }

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

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

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

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

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

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

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

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