#F9A942

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

Shades of My Sin #F9A942

Tints of My Sin #F9A942

Color information

#F9A942 (or 0xF9A942) is unknown color: approx My Sin. HEX triplet: F9, A9 and 42. RGB value is (249,169,66). Sum of RGB (Red+Green+Blue) = 249+169+66=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A942 is #0656BD. Grayscale: #B5B5B5. Windows color (decimal): -415422 or 4368889. OLE color: 4368889.

HSL color Cylindrical-coordinate representation of color #F9A942: hue angle of 33.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9A942 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB24916966-
CMYK00.320.730.02
HSL33.77º93.85%61.76%-
HSV(B)33.77º73.49%97.65%-
XYZ54.2448.9111.74-
YUV181.1863176.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 66 (26.17% from 255) = 13.64%
R=51.45%
G=34.92%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491696600.320.730.0233.7793.8561.76
HexF9A942020492225e3e
Octal37125110204011124213676
Binary1111100110101001100001001000001001001101000101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A942; }

 p { color: rgb(249,169,66); }

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

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

 a { background-color: rgb(249,169,66); }

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

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

 span { border-color: rgb(249,169,66); }

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