#FED043

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

Shades of Sunglow #FED043

Tints of Sunglow #FED043

Color information

#FED043 (or 0xFED043) is unknown color: approx Sunglow. HEX triplet: FE, D0 and 43. RGB value is (254,208,67). Sum of RGB (Red+Green+Blue) = 254+208+67=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FED043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED043 is #012FBC. Grayscale: #CECECE. Windows color (decimal): -77757 or 4444414. OLE color: 4444414.

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

Color convert

RGB25420867-
CMYK00.180.740.00
HSL45.24º98.94%62.94%-
HSV(B)45.24º73.62%99.61%-
XYZ64.4466.5914.77-
YUV205.6849.74162.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 67 (26.56% from 255) = 12.67%
R=48.02%
G=39.32%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542086700.180.740.0045.2498.9462.94
HexFED0430124A02d633f
Octal37632010302211205514377
Binary11111110110100001000011010010100101001011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED043; }

 p { color: rgb(254,208,67); }

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

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

 a { background-color: rgb(254,208,67); }

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

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

 span { border-color: rgb(254,208,67); }

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