Html Css Color HEX #F6A84D My Sin

📋 copy color: '#F6A84D'

red 246 ◦ green 168 ◦ blue 77

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

Shades of My Sin #F6A84D

Tints of My Sin #F6A84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 50.1%
G = 34.22%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6A84D (or 0xF6A84D) is known color: My Sin. HEX triplet: F6, A8 and 4D. RGB value is (246,168,77). Sum of RGB (Red+Green+Blue) = 246+168+77=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A84D is #0957B2. Grayscale: #B5B5B5. Windows color (decimal): -612275 or 5089526. OLE color: 5089526.

HSL color Cylindrical-coordinate representation of color #F6A84D: hue angle of 32.31º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6A84D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 77 -
CMYK 0 0.32 0.69 0.04
HSL 32.31º 0.9% 0.63% -
HSV(B) 32.31º 0.69% 0.96% -
XYZ 53.35 48.13 13.5 -
YUV 180.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 246 168 77 0 0.32 0.69 0.04 32.31 0.9 0.63
Hex F6 A8 4D 0 20 45 4 20 5A 3F
Octal 366 250 115 0 40 105 4 40 132 77
Binary 11110110 10101000 1001101 0 100000 1000101 100 100000 1011010 111111

Color Harmonies of #F6A84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A84D

Black with #F6A84D

Text Example


Text Example

White with #F6A84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A84D; }

 p { color: rgb(246,168,77); }

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

background-color css

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

 a { background-color: rgb(246,168,77); }

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

border-color css

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

 span { border-color: rgb(246,168,77); }

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