Html Css Color HEX #F6A544 My Sin

📋 copy color: '#F6A544'

red 246 ◦ green 165 ◦ blue 68

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

Shades of My Sin #F6A544

Tints of My Sin #F6A544

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 68 (26.95% from 255) = 14.2%

R = 51.36%
G = 34.45%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F6A544 (or 0xF6A544) is known color: My Sin. HEX triplet: F6, A5 and 44. RGB value is (246,165,68). Sum of RGB (Red+Green+Blue) = 246+165+68=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A544 is #095ABB. Grayscale: #B2B2B2. Windows color (decimal): -613052 or 4498934. OLE color: 4498934.

HSL color Cylindrical-coordinate representation of color #F6A544: hue angle of 32.7º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6A544 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 165 68 -
CMYK 0 0.33 0.72 0.04
HSL 32.7º 0.91% 0.62% -
HSV(B) 32.7º 0.72% 0.96% -
XYZ 52.5 46.92 11.76 -
YUV 178.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 246 165 68 0 0.33 0.72 0.04 32.7 0.91 0.62
Hex F6 A5 44 0 21 48 4 21 5B 3E
Octal 366 245 104 0 41 110 4 41 133 76
Binary 11110110 10100101 1000100 0 100001 1001000 100 100001 1011011 111110

Color Harmonies of #F6A544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A544

Black with #F6A544

Text Example


Text Example

White with #F6A544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A544; }

 p { color: rgb(246,165,68); }

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

background-color css

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

 a { background-color: rgb(246,165,68); }

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

border-color css

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

 span { border-color: rgb(246,165,68); }

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