#FBD861

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

Shades of Dandelion #FBD861

Tints of Dandelion #FBD861

Color information

#FBD861 (or 0xFBD861) is unknown color: approx Dandelion. HEX triplet: FB, D8 and 61. RGB value is (251,216,97). Sum of RGB (Red+Green+Blue) = 251+216+97=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD861 is #04279E. Grayscale: #D5D5D5. Windows color (decimal): -272287 or 6412539. OLE color: 6412539.

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

Color convert

RGB25121697-
CMYK00.140.610.02
HSL46.36º95.06%68.24%-
HSV(B)46.36º61.35%98.43%-
XYZ66.570.4821.41-
YUV212.962.6155.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 97 (38.28% from 255) = 17.20%
R=44.50%
G=38.30%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512169700.140.610.0246.3695.0668.24
HexFBD8610E3D22e5f44
Octal37333014101675256137104
Binary11111011110110001100001011101111011010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD861; }

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

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

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

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

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

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

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

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