#FED331

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

Shades of Sunglow #FED331

Tints of Sunglow #FED331

Color information

#FED331 (or 0xFED331) is unknown color: approx Sunglow. HEX triplet: FE, D3 and 31. RGB value is (254,211,49). Sum of RGB (Red+Green+Blue) = 254+211+49=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED331 is #012CCE. Grayscale: #CECECE. Windows color (decimal): -77007 or 3265534. OLE color: 3265534.

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

Color convert

RGB25421149-
CMYK00.170.810.00
HSL47.41º99.03%59.41%-
HSV(B)47.41º80.71%99.61%-
XYZ64.7267.8812.6-
YUV205.3939.75162.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 49 (19.53% from 255) = 9.53%
R=49.42%
G=41.05%
B=9.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542114900.170.810.0047.4199.0359.41
HexFED3310115102f633b
Octal3763236102112105714373
Binary1111111011010011110001010001101000101011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED331; }

 p { color: rgb(254,211,49); }

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

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

 a { background-color: rgb(254,211,49); }

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

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

 span { border-color: rgb(254,211,49); }

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