#F9B645

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

Shades of My Sin #F9B645

Tints of My Sin #F9B645

Color information

#F9B645 (or 0xF9B645) is unknown color: approx My Sin. HEX triplet: F9, B6 and 45. RGB value is (249,182,69). Sum of RGB (Red+Green+Blue) = 249+182+69=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B645 is #0649BA. Grayscale: #BDBDBD. Windows color (decimal): -412091 or 4568825. OLE color: 4568825.

HSL color Cylindrical-coordinate representation of color #F9B645: hue angle of 37.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 #F9B645 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24918269-
CMYK00.270.720.02
HSL37.67º93.75%62.35%-
HSV(B)37.67º72.29%97.65%-
XYZ56.8754.0313.06-
YUV189.1560.2170.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 69 (27.34% from 255) = 13.8%
R=49.8%
G=36.4%
B=13.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491826900.270.720.0237.6793.7562.35
HexF9B64501B482265e3e
Octal37126610503311024613676
Binary111110011011011010001010110111001000101001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B645; }

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

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

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

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

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

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

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

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