#FEBE34

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

Shades of Supernova #FEBE34

Tints of Supernova #FEBE34

Color information

#FEBE34 (or 0xFEBE34) is unknown color: approx Supernova. HEX triplet: FE, BE and 34. RGB value is (254,190,52). Sum of RGB (Red+Green+Blue) = 254+190+52=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE34 is #0141CB. Grayscale: #C2C2C2. Windows color (decimal): -82380 or 3456766. OLE color: 3456766.

HSL color Cylindrical-coordinate representation of color #FEBE34: hue angle of 40.99º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEBE34 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB25419052-
CMYK00.250.800.00
HSL40.99º99.02%60%-
HSV(B)40.99º79.53%99.61%-
XYZ59.9158.1511.31-
YUV193.448.2171.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 52 (20.70% from 255) = 10.48%
R=51.21%
G=38.31%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541905200.250.800.0040.9999.0260
HexFEBE3401950029633c
Octal3762766403112005114374
Binary1111111010111110110100011001101000001010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBE34; }

 p { color: rgb(254,190,52); }

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

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

 a { background-color: rgb(254,190,52); }

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

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

 span { border-color: rgb(254,190,52); }

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