Html Css Color HEX #FEB329 Supernova

📋 copy color: '#FEB329'

red 254 ◦ green 179 ◦ blue 41

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

Shades of Supernova #FEB329

Tints of Supernova #FEB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.65%

R = 53.59%
G = 37.76%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEB329 (or 0xFEB329) is known color: Supernova. HEX triplet: FE, B3 and 29. RGB value is (254,179,41). Sum of RGB (Red+Green+Blue) = 254+179+41=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB329 is #014CD6. Grayscale: #BABABA. Windows color (decimal): -85207 or 2733054. OLE color: 2733054.

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

Color convert

RGB 254 179 41 -
CMYK 0 0.30 0.84 0.00
HSL 38.87º 0.99% 0.58% -
HSV(B) 38.87º 0.84% 1% -
XYZ 57.39 53.47 9.39 -
YUV 185.69 46.35 176.72 -
System Red Green Blue C M Y K H S L
Decimal 254 179 41 0 0.30 0.84 0.00 38.87 0.99 0.58
Hex FE B3 29 0 1E 54 0 27 63 3A
Octal 376 263 51 0 36 124 0 47 143 72
Binary 11111110 10110011 101001 0 11110 1010100 0 100111 1100011 111010

Color Harmonies of #FEB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB329

Black with #FEB329

Text Example


Text Example

White with #FEB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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