Html Css Color HEX #FEB032 Supernova

📋 copy color: '#FEB032'

red 254 ◦ green 176 ◦ blue 50

#FEB032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FEB032

Tints of Supernova #FEB032

RGB

 RED value IS 254 (99.61% from 255) = 52.92%

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 52.92%
G = 36.67%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB032 (or 0xFEB032) is known color: Supernova. HEX triplet: FE, B0 and 32. RGB value is (254,176,50). Sum of RGB (Red+Green+Blue) = 254+176+50=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB032 is #014FCD. Grayscale: #B9B9B9. Windows color (decimal): -85966 or 3322110. OLE color: 3322110.

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

Color convert

RGB 254 176 50 -
CMYK 0 0.31 0.80 0.00
HSL 37.06º 0.99% 0.6% -
HSV(B) 37.06º 0.8% 1% -
XYZ 56.97 52.35 10.12 -
YUV 184.96 51.84 177.25 -
System Red Green Blue C M Y K H S L
Decimal 254 176 50 0 0.31 0.80 0.00 37.06 0.99 0.6
Hex FE B0 32 0 1F 50 0 25 63 3C
Octal 376 260 62 0 37 120 0 45 143 74
Binary 11111110 10110000 110010 0 11111 1010000 0 100101 1100011 111100

Color Harmonies of #FEB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB032

Black with #FEB032

Text Example


Text Example

White with #FEB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB032; }

 p { color: rgb(254,176,50); }

 H1.HeaderClassName
 {
   color: #FEB032;
 }
 .AnyTagClassName
 {
   color: #FEB032;
 }
</style>

background-color css

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

 a { background-color: rgb(254,176,50); }

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

border-color css

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

 span { border-color: rgb(254,176,50); }

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