#F9B943

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

Shades of My Sin #F9B943

Tints of My Sin #F9B943

Color information

#F9B943 (or 0xF9B943) is unknown color: approx My Sin. HEX triplet: F9, B9 and 43. RGB value is (249,185,67). Sum of RGB (Red+Green+Blue) = 249+185+67=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B943 is #0646BC. Grayscale: #BFBFBF. Windows color (decimal): -411325 or 4438521. OLE color: 4438521.

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

Color convert

RGB24918567-
CMYK00.260.730.02
HSL38.9º93.81%61.96%-
HSV(B)38.9º73.09%97.65%-
XYZ57.4355.2412.95-
YUV190.6858.2169.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 67 (26.56% from 255) = 13.37%
R=49.70%
G=36.93%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491856700.260.730.0238.993.8161.96
HexF9B94301A492275e3e
Octal37127110303211124713676
Binary111110011011100110000110110101001001101001111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B943; }

 p { color: rgb(249,185,67); }

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

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

 a { background-color: rgb(249,185,67); }

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

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

 span { border-color: rgb(249,185,67); }

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