#FBD461

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

Shades of Dandelion #FBD461

Tints of Dandelion #FBD461

Color information

#FBD461 (or 0xFBD461) is unknown color: approx Dandelion. HEX triplet: FB, D4 and 61. RGB value is (251,212,97). Sum of RGB (Red+Green+Blue) = 251+212+97=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD461 is #042B9E. Grayscale: #D3D3D3. Windows color (decimal): -273311 or 6411515. OLE color: 6411515.

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

Color convert

RGB25121297-
CMYK00.160.610.02
HSL44.81º95.06%68.24%-
HSV(B)44.81º61.35%98.43%-
XYZ65.4868.4621.07-
YUV210.5563.92156.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 97 (38.28% from 255) = 17.32%
R=44.82%
G=37.86%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512129700.160.610.0244.8195.0668.24
HexFBD4610103D22d5f44
Octal37332414102075255137104
Binary111110111101010011000010100001111011010110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD461; }

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

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

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

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

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

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

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

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