#F8AE48

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

Shades of My Sin #F8AE48

Tints of My Sin #F8AE48

Color information

#F8AE48 (or 0xF8AE48) is unknown color: approx My Sin. HEX triplet: F8, AE and 48. RGB value is (248,174,72). Sum of RGB (Red+Green+Blue) = 248+174+72=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AE48 is #0751B7. Grayscale: #B8B8B8. Windows color (decimal): -479672 or 4763384. OLE color: 4763384.

HSL color Cylindrical-coordinate representation of color #F8AE48: hue angle of 34.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8AE48 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24817472-
CMYK00.300.710.03
HSL34.77º92.63%62.75%-
HSV(B)34.77º70.97%97.25%-
XYZ55.0250.713.02-
YUV184.564.52173.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 72 (28.52% from 255) = 14.57%
R=50.20%
G=35.22%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481747200.300.710.0334.7792.6362.75
HexF8AE4801E473235d3f
Octal37025611003610734313577
Binary111110001010111010010000111101000111111000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE48; }

 p { color: rgb(248,174,72); }

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

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

 a { background-color: rgb(248,174,72); }

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

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

 span { border-color: rgb(248,174,72); }

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