Html Css Color HEX #F6AA4A My Sin

📋 copy color: '#F6AA4A'

red 246 ◦ green 170 ◦ blue 74

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

Shades of My Sin #F6AA4A

Tints of My Sin #F6AA4A

RGB

 RED value IS 246 (96.48% from 255) = 50.2%

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

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

R = 50.2%
G = 34.69%
B = 15.1%

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

#F6AA4A (or 0xF6AA4A) is known color: My Sin. HEX triplet: F6, AA and 4A. RGB value is (246,170,74). Sum of RGB (Red+Green+Blue) = 246+170+74=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AA4A is #0955B5. Grayscale: #B6B6B6. Windows color (decimal): -611766 or 4893430. OLE color: 4893430.

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

Color convert

RGB 246 170 74 -
CMYK 0 0.31 0.70 0.04
HSL 33.49º 0.91% 0.63% -
HSV(B) 33.49º 0.7% 0.96% -
XYZ 53.62 48.84 13.08 -
YUV 181.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 246 170 74 0 0.31 0.70 0.04 33.49 0.91 0.63
Hex F6 AA 4A 0 1F 46 4 21 5B 3F
Octal 366 252 112 0 37 106 4 41 133 77
Binary 11110110 10101010 1001010 0 11111 1000110 100 100001 1011011 111111

Color Harmonies of #F6AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AA4A

Black with #F6AA4A

Text Example


Text Example

White with #F6AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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