Html Css Color HEX #FAAF2F Supernova

📋 copy color: '#FAAF2F'

red 250 ◦ green 175 ◦ blue 47

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

Shades of Supernova #FAAF2F

Tints of Supernova #FAAF2F

RGB

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

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

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

R = 52.97%
G = 37.08%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAAF2F (or 0xFAAF2F) is known color: Supernova. HEX triplet: FA, AF and 2F. RGB value is (250,175,47). Sum of RGB (Red+Green+Blue) = 250+175+47=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF2F is #0550D0. Grayscale: #B7B7B7. Windows color (decimal): -348369 or 3125242. OLE color: 3125242.

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

Color convert

RGB 250 175 47 -
CMYK 0 0.3 0.81 0.02
HSL 37.83º 0.95% 0.58% -
HSV(B) 37.83º 0.81% 0.98% -
XYZ 55.27 51.19 9.66 -
YUV 182.83 51.35 175.91 -
System Red Green Blue C M Y K H S L
Decimal 250 175 47 0 0.3 0.81 0.02 37.83 0.95 0.58
Hex FA AF 2F 0 1E 51 2 26 5F 3A
Octal 372 257 57 0 36 121 2 46 137 72
Binary 11111010 10101111 101111 0 11110 1010001 10 100110 1011111 111010

Color Harmonies of #FAAF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF2F

Black with #FAAF2F

Text Example


Text Example

White with #FAAF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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