#F4AA4B

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

Shades of My Sin #F4AA4B

Tints of My Sin #F4AA4B

Color information

#F4AA4B (or 0xF4AA4B) is unknown color: approx My Sin. HEX triplet: F4, AA and 4B. RGB value is (244,170,75). Sum of RGB (Red+Green+Blue) = 244+170+75=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AA4B is #0B55B4. Grayscale: #B5B5B5. Windows color (decimal): -742837 or 4958964. OLE color: 4958964.

HSL color Cylindrical-coordinate representation of color #F4AA4B: hue angle of 33.73º 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 #F4AA4B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24417075-
CMYK00.300.690.04
HSL33.73º88.48%62.55%-
HSV(B)33.73º69.26%95.69%-
XYZ52.9548.4913.23-
YUV181.368.02172.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 75 (29.69% from 255) = 15.34%
R=49.90%
G=34.76%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441707500.300.690.0433.7388.4862.55
HexF4AA4B01E45422583f
Octal36425211303610544213077
Binary1111010010101010100101101111010001011001000101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AA4B; }

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

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

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

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

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

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

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

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