Html Css Color HEX #F4AF49 My Sin

📋 copy color: '#F4AF49'

red 244 ◦ green 175 ◦ blue 73

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

Shades of My Sin #F4AF49

Tints of My Sin #F4AF49

RGB

 RED value IS 244 (95.7% from 255) = 49.59%

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

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

R = 49.59%
G = 35.57%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4AF49 (or 0xF4AF49) is known color: My Sin. HEX triplet: F4, AF and 49. RGB value is (244,175,73). Sum of RGB (Red+Green+Blue) = 244+175+73=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF49 is #0B50B6. Grayscale: #B8B8B8. Windows color (decimal): -741559 or 4829172. OLE color: 4829172.

HSL color Cylindrical-coordinate representation of color #F4AF49: hue angle of 35.79º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4AF49 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 73 -
CMYK 0 0.28 0.70 0.04
HSL 35.79º 0.89% 0.62% -
HSV(B) 35.79º 0.7% 0.96% -
XYZ 53.84 50.37 13.19 -
YUV 184 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 244 175 73 0 0.28 0.70 0.04 35.79 0.89 0.62
Hex F4 AF 49 0 1C 46 4 24 59 3E
Octal 364 257 111 0 34 106 4 44 131 76
Binary 11110100 10101111 1001001 0 11100 1000110 100 100100 1011001 111110

Color Harmonies of #F4AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF49

Black with #F4AF49

Text Example


Text Example

White with #F4AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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