Html Css Color HEX #FEAD32 Supernova

📋 copy color: '#FEAD32'

red 254 ◦ green 173 ◦ blue 50

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

Shades of Supernova #FEAD32

Tints of Supernova #FEAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

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

R = 53.25%
G = 36.27%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEAD32 (or 0xFEAD32) is known color: Supernova. HEX triplet: FE, AD and 32. RGB value is (254,173,50). Sum of RGB (Red+Green+Blue) = 254+173+50=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD32 is #0152CD. Grayscale: #B7B7B7. Windows color (decimal): -86734 or 3321342. OLE color: 3321342.

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

Color convert

RGB 254 173 50 -
CMYK 0 0.32 0.80 0.00
HSL 36.18º 0.99% 0.6% -
HSV(B) 36.18º 0.8% 1% -
XYZ 56.39 51.19 9.93 -
YUV 183.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 254 173 50 0 0.32 0.80 0.00 36.18 0.99 0.6
Hex FE AD 32 0 20 50 0 24 63 3C
Octal 376 255 62 0 40 120 0 44 143 74
Binary 11111110 10101101 110010 0 100000 1010000 0 100100 1100011 111100

Color Harmonies of #FEAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD32

Black with #FEAD32

Text Example


Text Example

White with #FEAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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