Html Css Color HEX #FEAC2F Supernova

📋 copy color: '#FEAC2F'

red 254 ◦ green 172 ◦ blue 47

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

Shades of Supernova #FEAC2F

Tints of Supernova #FEAC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 53.7%
G = 36.36%
B = 9.94%

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

#FEAC2F (or 0xFEAC2F) is known color: Supernova. HEX triplet: FE, AC and 2F. RGB value is (254,172,47). Sum of RGB (Red+Green+Blue) = 254+172+47=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC2F is #0153D0. Grayscale: #B6B6B6. Windows color (decimal): -86993 or 3124478. OLE color: 3124478.

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

Color convert

RGB 254 172 47 -
CMYK 0 0.32 0.81 0.00
HSL 36.23º 0.99% 0.59% -
HSV(B) 36.23º 0.81% 1% -
XYZ 56.14 50.78 9.53 -
YUV 182.27 51.67 179.16 -
System Red Green Blue C M Y K H S L
Decimal 254 172 47 0 0.32 0.81 0.00 36.23 0.99 0.59
Hex FE AC 2F 0 20 51 0 24 63 3B
Octal 376 254 57 0 40 121 0 44 143 73
Binary 11111110 10101100 101111 0 100000 1010001 0 100100 1100011 111011

Color Harmonies of #FEAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC2F

Black with #FEAC2F

Text Example


Text Example

White with #FEAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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