Html Css Color HEX #FEAC31 Supernova

📋 copy color: '#FEAC31'

red 254 ◦ green 172 ◦ blue 49

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

Shades of Supernova #FEAC31

Tints of Supernova #FEAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 49 (19.53% from 255) = 10.32%

R = 53.47%
G = 36.21%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEAC31 (or 0xFEAC31) is known color: Supernova. HEX triplet: FE, AC and 31. RGB value is (254,172,49). Sum of RGB (Red+Green+Blue) = 254+172+49=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC31 is #0153CE. Grayscale: #B7B7B7. Windows color (decimal): -86991 or 3255550. OLE color: 3255550.

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

Color convert

RGB 254 172 49 -
CMYK 0 0.32 0.81 0.00
HSL 36º 0.99% 0.59% -
HSV(B) 36º 0.81% 1% -
XYZ 56.18 50.8 9.75 -
YUV 182.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 254 172 49 0 0.32 0.81 0.00 36 0.99 0.59
Hex FE AC 31 0 20 51 0 24 63 3B
Octal 376 254 61 0 40 121 0 44 143 73
Binary 11111110 10101100 110001 0 100000 1010001 0 100100 1100011 111011

Color Harmonies of #FEAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC31

Black with #FEAC31

Text Example


Text Example

White with #FEAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC31; }

 p { color: rgb(254,172,49); }

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

background-color css

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

 a { background-color: rgb(254,172,49); }

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

border-color css

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

 span { border-color: rgb(254,172,49); }

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