#F0AD42

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

Shades of My Sin #F0AD42

Tints of My Sin #F0AD42

Color information

#F0AD42 (or 0xF0AD42) is unknown color: approx My Sin. HEX triplet: F0, AD and 42. RGB value is (240,173,66). Sum of RGB (Red+Green+Blue) = 240+173+66=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD42 is #0F52BD. Grayscale: #B5B5B5. Windows color (decimal): -1004222 or 4369904. OLE color: 4369904.

HSL color Cylindrical-coordinate representation of color #F0AD42: hue angle of 36.9º 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 #F0AD42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB24017366-
CMYK00.280.720.06
HSL36.9º85.29%60%-
HSV(B)36.9º72.5%94.12%-
XYZ51.8648.8111.84-
YUV180.8363.2170.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.10%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 66 (26.17% from 255) = 13.78%
R=50.10%
G=36.12%
B=13.78%

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
Decimal2401736600.280.720.0636.985.2960
HexF0AD4201C48625553c
Octal36025510203411064512574
Binary1111000010101101100001001110010010001101001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD42; }

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

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

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

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

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

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

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

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