#FBD56A

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

Shades of Dandelion #FBD56A

Tints of Dandelion #FBD56A

Color information

#FBD56A (or 0xFBD56A) is unknown color: approx Dandelion. HEX triplet: FB, D5 and 6A. RGB value is (251,213,106). Sum of RGB (Red+Green+Blue) = 251+213+106=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD56A is #042A95. Grayscale: #D4D4D4. Windows color (decimal): -273046 or 7001595. OLE color: 7001595.

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

Color convert

RGB251213106-
CMYK00.150.580.02
HSL44.28º94.77%70%-
HSV(B)44.28º57.77%98.43%-
XYZ66.1869.1423.49-
YUV212.1668.09155.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 106 (41.80% from 255) = 18.60%
R=44.04%
G=37.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121310600.150.580.0244.2894.7770
HexFBD56A0F3A22c5f46
Octal37332515201772254137106
Binary11111011110101011101010011111110101010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD56A; }

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

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

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

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

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

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

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

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