Html Css Color HEX #FAA849 My Sin

📋 copy color: '#FAA849'

red 250 ◦ green 168 ◦ blue 73

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

Shades of My Sin #FAA849

Tints of My Sin #FAA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 50.92%
G = 34.22%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAA849 (or 0xFAA849) is known color: My Sin. HEX triplet: FA, A8 and 49. RGB value is (250,168,73). Sum of RGB (Red+Green+Blue) = 250+168+73=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA849 is #0557B6. Grayscale: #B6B6B6. Windows color (decimal): -350135 or 4827386. OLE color: 4827386.

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

Color convert

RGB 250 168 73 -
CMYK 0 0.33 0.71 0.02
HSL 32.2º 0.95% 0.63% -
HSV(B) 32.2º 0.71% 0.98% -
XYZ 54.63 48.81 12.85 -
YUV 181.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 250 168 73 0 0.33 0.71 0.02 32.2 0.95 0.63
Hex FA A8 49 0 21 47 2 20 5F 3F
Octal 372 250 111 0 41 107 2 40 137 77
Binary 11111010 10101000 1001001 0 100001 1000111 10 100000 1011111 111111

Color Harmonies of #FAA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA849

Black with #FAA849

Text Example


Text Example

White with #FAA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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