#FBD86A

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

Shades of Dandelion #FBD86A

Tints of Dandelion #FBD86A

Color information

#FBD86A (or 0xFBD86A) is unknown color: approx Dandelion. HEX triplet: FB, D8 and 6A. RGB value is (251,216,106). Sum of RGB (Red+Green+Blue) = 251+216+106=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD86A is #042795. Grayscale: #D6D6D6. Windows color (decimal): -272278 or 7002363. OLE color: 7002363.

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

Color convert

RGB251216106-
CMYK00.140.580.02
HSL45.52º94.77%70%-
HSV(B)45.52º57.77%98.43%-
XYZ66.9470.6623.75-
YUV213.9267.1154.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 106 (41.80% from 255) = 18.50%
R=43.80%
G=37.70%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121610600.140.580.0245.5294.7770
HexFBD86A0E3A22e5f46
Octal37333015201672256137106
Binary11111011110110001101010011101110101010111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD86A; }

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

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

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

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

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

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

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

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