#F4A94B

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

Shades of My Sin #F4A94B

Tints of My Sin #F4A94B

Color information

#F4A94B (or 0xF4A94B) is unknown color: approx My Sin. HEX triplet: F4, A9 and 4B. RGB value is (244,169,75). Sum of RGB (Red+Green+Blue) = 244+169+75=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A94B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A94B is #0B56B4. Grayscale: #B5B5B5. Windows color (decimal): -743093 or 4958708. OLE color: 4958708.

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

Color convert

RGB24416975-
CMYK00.310.690.04
HSL33.37º88.48%62.55%-
HSV(B)33.37º69.26%95.69%-
XYZ52.7748.1213.16-
YUV180.7168.35173.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 75 (29.69% from 255) = 15.37%
R=50%
G=34.63%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441697500.310.690.0433.3788.4862.55
HexF4A94B01F45421583f
Octal36425111303710544113077
Binary1111010010101001100101101111110001011001000011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A94B; }

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

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

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

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

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

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

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

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