Html Css Color HEX #FEB529 Supernova

📋 copy color: '#FEB529'

red 254 ◦ green 181 ◦ blue 41

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

Shades of Supernova #FEB529

Tints of Supernova #FEB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

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

R = 53.36%
G = 38.03%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEB529 (or 0xFEB529) is known color: Supernova. HEX triplet: FE, B5 and 29. RGB value is (254,181,41). Sum of RGB (Red+Green+Blue) = 254+181+41=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB529 is #014AD6. Grayscale: #BBBBBB. Windows color (decimal): -84695 or 2733566. OLE color: 2733566.

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

Color convert

RGB 254 181 41 -
CMYK 0 0.29 0.84 0.00
HSL 39.44º 0.99% 0.58% -
HSV(B) 39.44º 0.84% 1% -
XYZ 57.8 54.28 9.53 -
YUV 186.87 45.68 175.88 -
System Red Green Blue C M Y K H S L
Decimal 254 181 41 0 0.29 0.84 0.00 39.44 0.99 0.58
Hex FE B5 29 0 1D 54 0 27 63 3A
Octal 376 265 51 0 35 124 0 47 143 72
Binary 11111110 10110101 101001 0 11101 1010100 0 100111 1100011 111010

Color Harmonies of #FEB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB529

Black with #FEB529

Text Example


Text Example

White with #FEB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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