#FED55B

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

Shades of Dandelion #FED55B

Tints of Dandelion #FED55B

Color information

#FED55B (or 0xFED55B) is unknown color: approx Dandelion. HEX triplet: FE, D5 and 5B. RGB value is (254,213,91). Sum of RGB (Red+Green+Blue) = 254+213+91=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 91 (35.94% from 255 or 16.31% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED55B is #012AA4. Grayscale: #D3D3D3. Windows color (decimal): -76453 or 6018558. OLE color: 6018558.

HSL color Cylindrical-coordinate representation of color #FED55B: hue angle of 44.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FED55B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB25421391-
CMYK00.160.640.00
HSL44.91º98.79%67.65%-
HSV(B)44.91º64.17%99.61%-
XYZ66.5669.4119.79-
YUV211.3560.08158.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 91 (35.94% from 255) = 16.31%
R=45.52%
G=38.17%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542139100.160.640.0044.9198.7967.65
HexFED55B0104002d6344
Octal376325133020100055143104
Binary111111101101010110110110100001000000010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED55B; }

 p { color: rgb(254,213,91); }

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

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

 a { background-color: rgb(254,213,91); }

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

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

 span { border-color: rgb(254,213,91); }

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