#FEB640

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

Shades of Supernova #FEB640

Tints of Supernova #FEB640

Color information

#FEB640 (or 0xFEB640) is unknown color: approx Supernova. HEX triplet: FE, B6 and 40. RGB value is (254,182,64). Sum of RGB (Red+Green+Blue) = 254+182+64=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB640 is #0149BF. Grayscale: #BEBEBE. Windows color (decimal): -84416 or 4241150. OLE color: 4241150.

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

Color convert

RGB25418264-
CMYK00.280.750.00
HSL37.26º98.96%62.35%-
HSV(B)37.26º74.8%99.61%-
XYZ58.5354.912.36-
YUV190.0856.85173.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=50.8%
G=36.4%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541826400.280.750.0037.2698.9662.35
HexFEB64001C4B025633e
Octal37626610003411304514376
Binary11111110101101101000000011100100101101001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB640; }

 p { color: rgb(254,182,64); }

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

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

 a { background-color: rgb(254,182,64); }

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

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

 span { border-color: rgb(254,182,64); }

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