Html Css Color HEX #F9A849 My Sin

📋 copy color: '#F9A849'

red 249 ◦ green 168 ◦ blue 73

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

Shades of My Sin #F9A849

Tints of My Sin #F9A849

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

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

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

R = 50.82%
G = 34.29%
B = 14.9%

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

#F9A849 (or 0xF9A849) is known color: My Sin. HEX triplet: F9, A8 and 49. RGB value is (249,168,73). Sum of RGB (Red+Green+Blue) = 249+168+73=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A849 is #0657B6. Grayscale: #B5B5B5. Windows color (decimal): -415671 or 4827385. OLE color: 4827385.

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

Color convert

RGB 249 168 73 -
CMYK 0 0.33 0.71 0.02
HSL 32.39º 0.94% 0.63% -
HSV(B) 32.39º 0.71% 0.98% -
XYZ 54.27 48.63 12.83 -
YUV 181.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 249 168 73 0 0.33 0.71 0.02 32.39 0.94 0.63
Hex F9 A8 49 0 21 47 2 20 5E 3F
Octal 371 250 111 0 41 107 2 40 136 77
Binary 11111001 10101000 1001001 0 100001 1000111 10 100000 1011110 111111

Color Harmonies of #F9A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A849

Black with #F9A849

Text Example


Text Example

White with #F9A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A849; }

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

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

background-color css

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

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

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

border-color css

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

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

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