#FBD561

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

Shades of Dandelion #FBD561

Tints of Dandelion #FBD561

Color information

#FBD561 (or 0xFBD561) is unknown color: approx Dandelion. HEX triplet: FB, D5 and 61. RGB value is (251,213,97). Sum of RGB (Red+Green+Blue) = 251+213+97=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD561 is #042A9E. Grayscale: #D3D3D3. Windows color (decimal): -273055 or 6411771. OLE color: 6411771.

HSL color Cylindrical-coordinate representation of color #FBD561: hue angle of 45.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBD561 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25121397-
CMYK00.150.610.02
HSL45.19º95.06%68.24%-
HSV(B)45.19º61.35%98.43%-
XYZ65.7468.9621.16-
YUV211.1463.59156.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 97 (38.28% from 255) = 17.29%
R=44.74%
G=37.97%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512139700.150.610.0245.1995.0668.24
HexFBD5610F3D22d5f44
Octal37332514101775255137104
Binary11111011110101011100001011111111011010110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD561; }

 p { color: rgb(251,213,97); }

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

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

 a { background-color: rgb(251,213,97); }

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

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

 span { border-color: rgb(251,213,97); }

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