#F4AB48

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

Shades of My Sin #F4AB48

Tints of My Sin #F4AB48

Color information

#F4AB48 (or 0xF4AB48) is unknown color: approx My Sin. HEX triplet: F4, AB and 48. RGB value is (244,171,72). Sum of RGB (Red+Green+Blue) = 244+171+72=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AB48 is #0B54B7. Grayscale: #B6B6B6. Windows color (decimal): -742584 or 4762612. OLE color: 4762612.

HSL color Cylindrical-coordinate representation of color #F4AB48: hue angle of 34.53º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4AB48 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24417172-
CMYK00.300.700.04
HSL34.53º88.66%61.96%-
HSV(B)34.53º70.49%95.69%-
XYZ53.0448.8312.76-
YUV181.5466.18172.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.10%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=50.10%
G=35.11%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441717200.300.700.0434.5388.6661.96
HexF4AB4801E46423593e
Octal36425311003610644313176
Binary1111010010101011100100001111010001101001000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AB48; }

 p { color: rgb(244,171,72); }

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

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

 a { background-color: rgb(244,171,72); }

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

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

 span { border-color: rgb(244,171,72); }

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