Html Css Color HEX #FEB332 Supernova

📋 copy color: '#FEB332'

red 254 ◦ green 179 ◦ blue 50

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

Shades of Supernova #FEB332

Tints of Supernova #FEB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 52.59%
G = 37.06%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB332 (or 0xFEB332) is known color: Supernova. HEX triplet: FE, B3 and 32. RGB value is (254,179,50). Sum of RGB (Red+Green+Blue) = 254+179+50=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB332 is #014CCD. Grayscale: #BBBBBB. Windows color (decimal): -85198 or 3322878. OLE color: 3322878.

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

Color convert

RGB 254 179 50 -
CMYK 0 0.30 0.80 0.00
HSL 37.94º 0.99% 0.6% -
HSV(B) 37.94º 0.8% 1% -
XYZ 57.57 53.54 10.32 -
YUV 186.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 254 179 50 0 0.30 0.80 0.00 37.94 0.99 0.6
Hex FE B3 32 0 1E 50 0 26 63 3C
Octal 376 263 62 0 36 120 0 46 143 74
Binary 11111110 10110011 110010 0 11110 1010000 0 100110 1100011 111100

Color Harmonies of #FEB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB332

Black with #FEB332

Text Example


Text Example

White with #FEB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB332; }

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

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

background-color css

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

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

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

border-color css

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

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

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