Html Css Color HEX #F6AF4A My Sin

📋 copy color: '#F6AF4A'

red 246 ◦ green 175 ◦ blue 74

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

Shades of My Sin #F6AF4A

Tints of My Sin #F6AF4A

RGB

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

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

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

R = 49.7%
G = 35.35%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6AF4A (or 0xF6AF4A) is known color: My Sin. HEX triplet: F6, AF and 4A. RGB value is (246,175,74). Sum of RGB (Red+Green+Blue) = 246+175+74=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AF4A is #0950B5. Grayscale: #B9B9B9. Windows color (decimal): -610486 or 4894710. OLE color: 4894710.

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

Color convert

RGB 246 175 74 -
CMYK 0 0.29 0.70 0.04
HSL 35.23º 0.91% 0.63% -
HSV(B) 35.23º 0.7% 0.96% -
XYZ 54.57 50.75 13.4 -
YUV 184.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 246 175 74 0 0.29 0.70 0.04 35.23 0.91 0.63
Hex F6 AF 4A 0 1D 46 4 23 5B 3F
Octal 366 257 112 0 35 106 4 43 133 77
Binary 11110110 10101111 1001010 0 11101 1000110 100 100011 1011011 111111

Color Harmonies of #F6AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF4A

Black with #F6AF4A

Text Example


Text Example

White with #F6AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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