#FEC03F

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

Shades of Supernova #FEC03F

Tints of Supernova #FEC03F

Color information

#FEC03F (or 0xFEC03F) is unknown color: approx Supernova. HEX triplet: FE, C0 and 3F. RGB value is (254,192,63). Sum of RGB (Red+Green+Blue) = 254+192+63=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC03F is #013FC0. Grayscale: #C4C4C4. Windows color (decimal): -81857 or 4178174. OLE color: 4178174.

HSL color Cylindrical-coordinate representation of color #FEC03F: hue angle of 40.52º 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 #FEC03F is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB25419263-
CMYK00.240.750.00
HSL40.52º98.96%62.16%-
HSV(B)40.52º75.2%99.61%-
XYZ60.6259.1312.92-
YUV195.8353.04169.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 63 (25% from 255) = 12.38%
R=49.90%
G=37.72%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541926300.240.750.0040.5298.9662.16
HexFEC03F0184B029633e
Octal3763007703011305114376
Binary1111111011000000111111011000100101101010011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC03F; }

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

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

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

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

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

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

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

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