#F9B042

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

Shades of My Sin #F9B042

Tints of My Sin #F9B042

Color information

#F9B042 (or 0xF9B042) is unknown color: approx My Sin. HEX triplet: F9, B0 and 42. RGB value is (249,176,66). Sum of RGB (Red+Green+Blue) = 249+176+66=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B042 is #064FBD. Grayscale: #B9B9B9. Windows color (decimal): -413630 or 4370681. OLE color: 4370681.

HSL color Cylindrical-coordinate representation of color #F9B042: hue angle of 36.07º 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 #F9B042 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB24917666-
CMYK00.290.730.02
HSL36.07º93.85%61.76%-
HSV(B)36.07º73.49%97.65%-
XYZ55.5851.5812.18-
YUV185.2960.68173.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 66 (26.17% from 255) = 13.44%
R=50.71%
G=35.85%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491766600.290.730.0236.0793.8561.76
HexF9B04201D492245e3e
Octal37126010203511124413676
Binary111110011011000010000100111011001001101001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B042; }

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

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

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

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

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

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

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

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