Html Css Color HEX #FAAF32 Supernova

📋 copy color: '#FAAF32'

red 250 ◦ green 175 ◦ blue 50

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

Shades of Supernova #FAAF32

Tints of Supernova #FAAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.53%

R = 52.63%
G = 36.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAAF32 (or 0xFAAF32) is known color: Supernova. HEX triplet: FA, AF and 32. RGB value is (250,175,50). Sum of RGB (Red+Green+Blue) = 250+175+50=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF32 is #0550CD. Grayscale: #B7B7B7. Windows color (decimal): -348366 or 3321850. OLE color: 3321850.

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

Color convert

RGB 250 175 50 -
CMYK 0 0.3 0.8 0.02
HSL 37.5º 0.95% 0.59% -
HSV(B) 37.5º 0.8% 0.98% -
XYZ 55.33 51.21 9.99 -
YUV 183.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 250 175 50 0 0.3 0.8 0.02 37.5 0.95 0.59
Hex FA AF 32 0 1E 50 2 26 5F 3B
Octal 372 257 62 0 36 120 2 46 137 73
Binary 11111010 10101111 110010 0 11110 1010000 10 100110 1011111 111011

Color Harmonies of #FAAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF32

Black with #FAAF32

Text Example


Text Example

White with #FAAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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