#F9B046

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

Shades of My Sin #F9B046

Tints of My Sin #F9B046

Color information

#F9B046 (or 0xF9B046) is unknown color: approx My Sin. HEX triplet: F9, B0 and 46. RGB value is (249,176,70). Sum of RGB (Red+Green+Blue) = 249+176+70=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B046 is #064FB9. Grayscale: #BABABA. Windows color (decimal): -413626 or 4632825. OLE color: 4632825.

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

Color convert

RGB24917670-
CMYK00.290.720.02
HSL35.53º93.72%62.55%-
HSV(B)35.53º71.89%97.65%-
XYZ55.751.6312.82-
YUV185.7462.68173.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=50.30%
G=35.56%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491767000.290.720.0235.5393.7262.55
HexF9B04601D482245e3f
Octal37126010603511024413677
Binary111110011011000010001100111011001000101001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B046; }

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

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

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

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

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

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

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

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