#F0AC42

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

Shades of My Sin #F0AC42

Tints of My Sin #F0AC42

Color information

#F0AC42 (or 0xF0AC42) is unknown color: approx My Sin. HEX triplet: F0, AC and 42. RGB value is (240,172,66). Sum of RGB (Red+Green+Blue) = 240+172+66=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC42 is #0F53BD. Grayscale: #B4B4B4. Windows color (decimal): -1004478 or 4369648. OLE color: 4369648.

HSL color Cylindrical-coordinate representation of color #F0AC42: hue angle of 36.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0AC42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB24017266-
CMYK00.280.720.06
HSL36.55º85.29%60%-
HSV(B)36.55º72.5%94.12%-
XYZ51.6748.4211.78-
YUV180.2563.53170.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.21%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 66 (26.17% from 255) = 13.81%
R=50.21%
G=35.98%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401726600.280.720.0636.5585.2960
HexF0AC4201C48625553c
Octal36025410203411064512574
Binary1111000010101100100001001110010010001101001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC42; }

 p { color: rgb(240,172,66); }

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

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

 a { background-color: rgb(240,172,66); }

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

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

 span { border-color: rgb(240,172,66); }

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