Html Css Color HEX #FAAC31 Supernova

📋 copy color: '#FAAC31'

red 250 ◦ green 172 ◦ blue 49

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

Shades of Supernova #FAAC31

Tints of Supernova #FAAC31

RGB

 RED value IS 250 (98.05% from 255) = 53.08%

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

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

R = 53.08%
G = 36.52%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAAC31 (or 0xFAAC31) is known color: Supernova. HEX triplet: FA, AC and 31. RGB value is (250,172,49). Sum of RGB (Red+Green+Blue) = 250+172+49=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC31 is #0553CE. Grayscale: #B5B5B5. Windows color (decimal): -349135 or 3255546. OLE color: 3255546.

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

Color convert

RGB 250 172 49 -
CMYK 0 0.31 0.80 0.02
HSL 36.72º 0.95% 0.59% -
HSV(B) 36.72º 0.8% 0.98% -
XYZ 54.73 50.05 9.68 -
YUV 181.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 250 172 49 0 0.31 0.80 0.02 36.72 0.95 0.59
Hex FA AC 31 0 1F 50 2 25 5F 3B
Octal 372 254 61 0 37 120 2 45 137 73
Binary 11111010 10101100 110001 0 11111 1010000 10 100101 1011111 111011

Color Harmonies of #FAAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC31

Black with #FAAC31

Text Example


Text Example

White with #FAAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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