Html Css Color HEX #FAAF49 My Sin

📋 copy color: '#FAAF49'

red 250 ◦ green 175 ◦ blue 73

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

Shades of My Sin #FAAF49

Tints of My Sin #FAAF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.66%

R = 50.2%
G = 35.14%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAAF49 (or 0xFAAF49) is known color: My Sin. HEX triplet: FA, AF and 49. RGB value is (250,175,73). Sum of RGB (Red+Green+Blue) = 250+175+73=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF49 is #0550B6. Grayscale: #BABABA. Windows color (decimal): -348343 or 4829178. OLE color: 4829178.

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

Color convert

RGB 250 175 73 -
CMYK 0 0.3 0.71 0.02
HSL 34.58º 0.95% 0.63% -
HSV(B) 34.58º 0.71% 0.98% -
XYZ 55.96 51.46 13.29 -
YUV 185.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 250 175 73 0 0.3 0.71 0.02 34.58 0.95 0.63
Hex FA AF 49 0 1E 47 2 23 5F 3F
Octal 372 257 111 0 36 107 2 43 137 77
Binary 11111010 10101111 1001001 0 11110 1000111 10 100011 1011111 111111

Color Harmonies of #FAAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF49

Black with #FAAF49

Text Example


Text Example

White with #FAAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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