#FEBA2D

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

Shades of Supernova #FEBA2D

Tints of Supernova #FEBA2D

Color information

#FEBA2D (or 0xFEBA2D) is unknown color: approx Supernova. HEX triplet: FE, BA and 2D. RGB value is (254,186,45). Sum of RGB (Red+Green+Blue) = 254+186+45=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA2D is #0145D2. Grayscale: #BEBEBE. Windows color (decimal): -83411 or 2996990. OLE color: 2996990.

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

Color convert

RGB25418645-
CMYK00.270.820.00
HSL40.48º99.05%58.63%-
HSV(B)40.48º82.28%99.61%-
XYZ58.9156.3810.26-
YUV190.2646.03173.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 45 (17.97% from 255) = 9.28%
R=52.37%
G=38.35%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541864500.270.820.0040.4899.0558.63
HexFEBA2D01B52028633b
Octal3762725503312205014373
Binary1111111010111010101101011011101001001010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBA2D; }

 p { color: rgb(254,186,45); }

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

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

 a { background-color: rgb(254,186,45); }

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

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

 span { border-color: rgb(254,186,45); }

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