Html Css Color HEX #FAAF31 Supernova

📋 copy color: '#FAAF31'

red 250 ◦ green 175 ◦ blue 49

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

Shades of Supernova #FAAF31

Tints of Supernova #FAAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

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

R = 52.74%
G = 36.92%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAAF31 (or 0xFAAF31) is known color: Supernova. HEX triplet: FA, AF and 31. RGB value is (250,175,49). Sum of RGB (Red+Green+Blue) = 250+175+49=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF31 is #0550CE. Grayscale: #B7B7B7. Windows color (decimal): -348367 or 3256314. OLE color: 3256314.

HSL color Cylindrical-coordinate representation of color #FAAF31: hue angle of 37.61º 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 #FAAF31 is Cyan = 0, Magento = 0.3, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 49 -
CMYK 0 0.3 0.80 0.02
HSL 37.61º 0.95% 0.59% -
HSV(B) 37.61º 0.8% 0.98% -
XYZ 55.31 51.21 9.87 -
YUV 183.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 250 175 49 0 0.3 0.80 0.02 37.61 0.95 0.59
Hex FA AF 31 0 1E 50 2 26 5F 3B
Octal 372 257 61 0 36 120 2 46 137 73
Binary 11111010 10101111 110001 0 11110 1010000 10 100110 1011111 111011

Color Harmonies of #FAAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF31

Black with #FAAF31

Text Example


Text Example

White with #FAAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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