#FED03F

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

Shades of Sunglow #FED03F

Tints of Sunglow #FED03F

Color information

#FED03F (or 0xFED03F) is unknown color: approx Sunglow. HEX triplet: FE, D0 and 3F. RGB value is (254,208,63). Sum of RGB (Red+Green+Blue) = 254+208+63=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FED03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED03F is #012FC0. Grayscale: #CDCDCD. Windows color (decimal): -77761 or 4182270. OLE color: 4182270.

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

Color convert

RGB25420863-
CMYK00.180.750.00
HSL45.55º98.96%62.16%-
HSV(B)45.55º75.2%99.61%-
XYZ64.3366.5414.16-
YUV205.2247.74162.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 63 (25% from 255) = 12%
R=48.38%
G=39.62%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542086300.180.750.0045.5598.9662.16
HexFED03F0124B02e633e
Octal3763207702211305614376
Binary1111111011010000111111010010100101101011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED03F; }

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

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

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

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

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

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

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

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