#F4AD41

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

Shades of My Sin #F4AD41

Tints of My Sin #F4AD41

Color information

#F4AD41 (or 0xF4AD41) is unknown color: approx My Sin. HEX triplet: F4, AD and 41. RGB value is (244,173,65). Sum of RGB (Red+Green+Blue) = 244+173+65=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AD41 is #0B52BE. Grayscale: #B6B6B6. Windows color (decimal): -742079 or 4304372. OLE color: 4304372.

HSL color Cylindrical-coordinate representation of color #F4AD41: hue angle of 36.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4AD41 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24417365-
CMYK00.290.730.04
HSL36.2º89.05%60.59%-
HSV(B)36.2º73.36%95.69%-
XYZ53.2149.511.75-
YUV181.9262.02172.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 65 (25.78% from 255) = 13.49%
R=50.62%
G=35.89%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441736500.290.730.0436.289.0560.59
HexF4AD4101D49424593d
Octal36425510103511144413175
Binary1111010010101101100000101110110010011001001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AD41; }

 p { color: rgb(244,173,65); }

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

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

 a { background-color: rgb(244,173,65); }

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

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

 span { border-color: rgb(244,173,65); }

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