#F8AA4E

Color #F8AA4E My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #F8AA4E

Tints of My Sin #F8AA4E

Color information

#F8AA4E (or 0xF8AA4E) is unknown color: approx My Sin. HEX triplet: F8, AA and 4E. RGB value is (248,170,78). Sum of RGB (Red+Green+Blue) = 248+170+78=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AA4E is #0755B1. Grayscale: #B7B7B7. Windows color (decimal): -480690 or 5155576. OLE color: 5155576.

HSL color Cylindrical-coordinate representation of color #F8AA4E: hue angle of 32.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8AA4E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB24817078-
CMYK00.310.690.03
HSL32.47º92.39%63.92%-
HSV(B)32.47º68.55%97.25%-
XYZ54.4649.2613.84-
YUV182.8368.84174.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=50%
G=34.27%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481707800.310.690.0332.4792.3963.92
HexF8AA4E01F453205c40
Octal370252116037105340134100
Binary1111100010101010100111001111110001011110000010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AA4E; }

 p { color: rgb(248,170,78); }

 H1.HeaderClassName
 {
   color: #F8AA4E;
 }
 .AnyTagClassName
 {
   color: #F8AA4E;
 }
</style>
background-color css

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

 a { background-color: rgb(248,170,78); }

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

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

 span { border-color: rgb(248,170,78); }

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