#F9A745

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

Shades of My Sin #F9A745

Tints of My Sin #F9A745

Color information

#F9A745 (or 0xF9A745) is unknown color: approx My Sin. HEX triplet: F9, A7 and 45. RGB value is (249,167,69). Sum of RGB (Red+Green+Blue) = 249+167+69=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A745 is #0658BA. Grayscale: #B4B4B4. Windows color (decimal): -415931 or 4564985. OLE color: 4564985.

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

Color convert

RGB24916769-
CMYK00.330.720.02
HSL32.67º93.75%62.35%-
HSV(B)32.67º72.29%97.65%-
XYZ53.9648.2112.09-
YUV180.3565.17176.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=51.34%
G=34.43%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491676900.330.720.0232.6793.7562.35
HexF9A745021482215e3e
Octal37124710504111024113676
Binary1111100110100111100010101000011001000101000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A745; }

 p { color: rgb(249,167,69); }

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

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

 a { background-color: rgb(249,167,69); }

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

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

 span { border-color: rgb(249,167,69); }

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