#FAAC39

Color #FAAC39 Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #FAAC39

Tints of Supernova #FAAC39

Color information

#FAAC39 (or 0xFAAC39) is unknown color: approx Supernova. HEX triplet: FA, AC and 39. RGB value is (250,172,57). Sum of RGB (Red+Green+Blue) = 250+172+57=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC39 is #0553C6. Grayscale: #B6B6B6. Windows color (decimal): -349127 or 3779834. OLE color: 3779834.

HSL color Cylindrical-coordinate representation of color #FAAC39: hue angle of 35.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAAC39 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB25017257-
CMYK00.310.770.02
HSL35.75º95.07%60.2%-
HSV(B)35.75º77.2%98.04%-
XYZ54.9250.1210.65-
YUV182.2157.34176.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.19%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 57 (22.66% from 255) = 11.90%
R=52.19%
G=35.91%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501725700.310.770.0235.7595.0760.2
HexFAAC3901F4D2245f3c
Octal3722547103711524413774
Binary11111010101011001110010111111001101101001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC39; }

 p { color: rgb(250,172,57); }

 H1.HeaderClassName
 {
   color: #FAAC39;
 }
 .AnyTagClassName
 {
   color: #FAAC39;
 }
</style>
background-color css

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

 a { background-color: rgb(250,172,57); }

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

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

 span { border-color: rgb(250,172,57); }

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