#FBD661

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

Shades of Dandelion #FBD661

Tints of Dandelion #FBD661

Color information

#FBD661 (or 0xFBD661) is unknown color: approx Dandelion. HEX triplet: FB, D6 and 61. RGB value is (251,214,97). Sum of RGB (Red+Green+Blue) = 251+214+97=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 97 (38.28% from 255 or 17.26% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD661 is #04299E. Grayscale: #D4D4D4. Windows color (decimal): -272799 or 6412027. OLE color: 6412027.

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

Color convert

RGB25121497-
CMYK00.150.610.02
HSL45.58º95.06%68.24%-
HSV(B)45.58º61.35%98.43%-
XYZ65.9969.4721.24-
YUV211.7263.26156.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 97 (38.28% from 255) = 17.26%
R=44.66%
G=38.08%
B=17.26%

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
Decimal2512149700.150.610.0245.5895.0668.24
HexFBD6610F3D22e5f44
Octal37332614101775256137104
Binary11111011110101101100001011111111011010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD661; }

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

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

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

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

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

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

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

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