Html Css Color HEX #F6A84C My Sin

📋 copy color: '#F6A84C'

red 246 ◦ green 168 ◦ blue 76

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

Shades of My Sin #F6A84C

Tints of My Sin #F6A84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 50.2%
G = 34.29%
B = 15.51%

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

#F6A84C (or 0xF6A84C) is known color: My Sin. HEX triplet: F6, A8 and 4C. RGB value is (246,168,76). Sum of RGB (Red+Green+Blue) = 246+168+76=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A84C is #0957B3. Grayscale: #B5B5B5. Windows color (decimal): -612276 or 5023990. OLE color: 5023990.

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

Color convert

RGB 246 168 76 -
CMYK 0 0.32 0.69 0.04
HSL 32.47º 0.9% 0.63% -
HSV(B) 32.47º 0.69% 0.96% -
XYZ 53.31 48.12 13.32 -
YUV 180.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 246 168 76 0 0.32 0.69 0.04 32.47 0.9 0.63
Hex F6 A8 4C 0 20 45 4 20 5A 3F
Octal 366 250 114 0 40 105 4 40 132 77
Binary 11110110 10101000 1001100 0 100000 1000101 100 100000 1011010 111111

Color Harmonies of #F6A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A84C

Black with #F6A84C

Text Example


Text Example

White with #F6A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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