Html Css Color HEX #FEAC30 Supernova

📋 copy color: '#FEAC30'

red 254 ◦ green 172 ◦ blue 48

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

Shades of Supernova #FEAC30

Tints of Supernova #FEAC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.13%

R = 53.59%
G = 36.29%
B = 10.13%

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

#FEAC30 (or 0xFEAC30) is known color: Supernova. HEX triplet: FE, AC and 30. RGB value is (254,172,48). Sum of RGB (Red+Green+Blue) = 254+172+48=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC30 is #0153CF. Grayscale: #B6B6B6. Windows color (decimal): -86992 or 3190014. OLE color: 3190014.

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

Color convert

RGB 254 172 48 -
CMYK 0 0.32 0.81 0.00
HSL 36.12º 0.99% 0.59% -
HSV(B) 36.12º 0.81% 1% -
XYZ 56.16 50.79 9.64 -
YUV 182.38 52.17 179.08 -
System Red Green Blue C M Y K H S L
Decimal 254 172 48 0 0.32 0.81 0.00 36.12 0.99 0.59
Hex FE AC 30 0 20 51 0 24 63 3B
Octal 376 254 60 0 40 121 0 44 143 73
Binary 11111110 10101100 110000 0 100000 1010001 0 100100 1100011 111011

Color Harmonies of #FEAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC30

Black with #FEAC30

Text Example


Text Example

White with #FEAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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