#F4A944

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

Shades of My Sin #F4A944

Tints of My Sin #F4A944

Color information

#F4A944 (or 0xF4A944) is unknown color: approx My Sin. HEX triplet: F4, A9 and 44. RGB value is (244,169,68). Sum of RGB (Red+Green+Blue) = 244+169+68=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A944 is #0B56BB. Grayscale: #B4B4B4. Windows color (decimal): -743100 or 4499956. OLE color: 4499956.

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

Color convert

RGB24416968-
CMYK00.310.720.04
HSL34.43º88.89%61.18%-
HSV(B)34.43º72.13%95.69%-
XYZ52.5448.0311.97-
YUV179.9164.85173.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 68 (26.95% from 255) = 14.14%
R=50.73%
G=35.14%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441696800.310.720.0434.4388.8961.18
HexF4A94401F48422593d
Octal36425110403711044213175
Binary1111010010101001100010001111110010001001000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A944; }

 p { color: rgb(244,169,68); }

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

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

 a { background-color: rgb(244,169,68); }

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

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

 span { border-color: rgb(244,169,68); }

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