#FEB941

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

Shades of Supernova #FEB941

Tints of Supernova #FEB941

Color information

#FEB941 (or 0xFEB941) is unknown color: approx Supernova. HEX triplet: FE, B9 and 41. RGB value is (254,185,65). Sum of RGB (Red+Green+Blue) = 254+185+65=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB941 is #0146BE. Grayscale: #C0C0C0. Windows color (decimal): -83647 or 4307454. OLE color: 4307454.

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

Color convert

RGB25418565-
CMYK00.270.740.00
HSL38.1º98.95%62.55%-
HSV(B)38.1º74.41%99.61%-
XYZ59.1856.1512.72-
YUV191.9556.36172.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 65 (25.78% from 255) = 12.90%
R=50.40%
G=36.71%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541856500.270.740.0038.198.9562.55
HexFEB94101B4A026633f
Octal37627110103311204614377
Binary11111110101110011000001011011100101001001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB941; }

 p { color: rgb(254,185,65); }

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

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

 a { background-color: rgb(254,185,65); }

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

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

 span { border-color: rgb(254,185,65); }

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