Html Css Color HEX #F9AA4A My Sin

📋 copy color: '#F9AA4A'

red 249 ◦ green 170 ◦ blue 74

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

Shades of My Sin #F9AA4A

Tints of My Sin #F9AA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.48%

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 50.51%
G = 34.48%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9AA4A (or 0xF9AA4A) is known color: My Sin. HEX triplet: F9, AA and 4A. RGB value is (249,170,74). Sum of RGB (Red+Green+Blue) = 249+170+74=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AA4A is #0655B5. Grayscale: #B7B7B7. Windows color (decimal): -415158 or 4893433. OLE color: 4893433.

HSL color Cylindrical-coordinate representation of color #F9AA4A: hue angle of 32.91º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9AA4A is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 74 -
CMYK 0 0.32 0.70 0.02
HSL 32.91º 0.94% 0.63% -
HSV(B) 32.91º 0.7% 0.98% -
XYZ 54.68 49.38 13.13 -
YUV 182.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 249 170 74 0 0.32 0.70 0.02 32.91 0.94 0.63
Hex F9 AA 4A 0 20 46 2 21 5E 3F
Octal 371 252 112 0 40 106 2 41 136 77
Binary 11111001 10101010 1001010 0 100000 1000110 10 100001 1011110 111111

Color Harmonies of #F9AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA4A

Black with #F9AA4A

Text Example


Text Example

White with #F9AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA4A; }

 p { color: rgb(249,170,74); }

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

background-color css

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

 a { background-color: rgb(249,170,74); }

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

border-color css

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

 span { border-color: rgb(249,170,74); }

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