Html Css Color HEX #FEB532 Supernova

📋 copy color: '#FEB532'

red 254 ◦ green 181 ◦ blue 50

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

Shades of Supernova #FEB532

Tints of Supernova #FEB532

RGB

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

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

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

R = 52.37%
G = 37.32%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEB532 (or 0xFEB532) is known color: Supernova. HEX triplet: FE, B5 and 32. RGB value is (254,181,50). Sum of RGB (Red+Green+Blue) = 254+181+50=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB532 is #014ACD. Grayscale: #BCBCBC. Windows color (decimal): -84686 or 3323390. OLE color: 3323390.

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

Color convert

RGB 254 181 50 -
CMYK 0 0.29 0.80 0.00
HSL 38.53º 0.99% 0.6% -
HSV(B) 38.53º 0.8% 1% -
XYZ 57.97 54.35 10.45 -
YUV 187.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 254 181 50 0 0.29 0.80 0.00 38.53 0.99 0.6
Hex FE B5 32 0 1D 50 0 27 63 3C
Octal 376 265 62 0 35 120 0 47 143 74
Binary 11111110 10110101 110010 0 11101 1010000 0 100111 1100011 111100

Color Harmonies of #FEB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB532

Black with #FEB532

Text Example


Text Example

White with #FEB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB532; }

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

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

background-color css

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

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

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

border-color css

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

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

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