Html Css Color HEX #F5A849 My Sin

📋 copy color: '#F5A849'

red 245 ◦ green 168 ◦ blue 73

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

Shades of My Sin #F5A849

Tints of My Sin #F5A849

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

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

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

R = 50.41%
G = 34.57%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5A849 (or 0xF5A849) is known color: My Sin. HEX triplet: F5, A8 and 49. RGB value is (245,168,73). Sum of RGB (Red+Green+Blue) = 245+168+73=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A849 is #0A57B6. Grayscale: #B4B4B4. Windows color (decimal): -677815 or 4827381. OLE color: 4827381.

HSL color Cylindrical-coordinate representation of color #F5A849: hue angle of 33.14º degrees, saturation: 0.9, 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 #F5A849 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 73 -
CMYK 0 0.31 0.70 0.04
HSL 33.14º 0.9% 0.62% -
HSV(B) 33.14º 0.7% 0.96% -
XYZ 52.86 47.9 12.76 -
YUV 180.19 67.51 174.22 -
System Red Green Blue C M Y K H S L
Decimal 245 168 73 0 0.31 0.70 0.04 33.14 0.9 0.62
Hex F5 A8 49 0 1F 46 4 21 5A 3E
Octal 365 250 111 0 37 106 4 41 132 76
Binary 11110101 10101000 1001001 0 11111 1000110 100 100001 1011010 111110

Color Harmonies of #F5A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A849

Black with #F5A849

Text Example


Text Example

White with #F5A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A849; }

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

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

background-color css

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

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

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

border-color css

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

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

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