#F0AD45

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

Shades of My Sin #F0AD45

Tints of My Sin #F0AD45

Color information

#F0AD45 (or 0xF0AD45) is unknown color: approx My Sin. HEX triplet: F0, AD and 45. RGB value is (240,173,69). Sum of RGB (Red+Green+Blue) = 240+173+69=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD45 is #0F52BA. Grayscale: #B5B5B5. Windows color (decimal): -1004219 or 4566512. OLE color: 4566512.

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

Color convert

RGB24017369-
CMYK00.280.710.06
HSL36.49º85.07%60.59%-
HSV(B)36.49º71.25%94.12%-
XYZ51.9548.8412.32-
YUV181.1864.7169.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 69 (27.34% from 255) = 14.32%
R=49.79%
G=35.89%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401736900.280.710.0636.4985.0760.59
HexF0AD4501C47624553d
Octal36025510503410764412575
Binary1111000010101101100010101110010001111101001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD45; }

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

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

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

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

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

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

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

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