#F9B545

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

Shades of My Sin #F9B545

Tints of My Sin #F9B545

Color information

#F9B545 (or 0xF9B545) is unknown color: approx My Sin. HEX triplet: F9, B5 and 45. RGB value is (249,181,69). Sum of RGB (Red+Green+Blue) = 249+181+69=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B545 is #064ABA. Grayscale: #BDBDBD. Windows color (decimal): -412347 or 4568569. OLE color: 4568569.

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

Color convert

RGB24918169-
CMYK00.270.720.02
HSL37.33º93.75%62.35%-
HSV(B)37.33º72.29%97.65%-
XYZ56.6653.6212.99-
YUV188.5660.53171.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=49.90%
G=36.27%
B=13.83%

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
Decimal2491816900.270.720.0237.3393.7562.35
HexF9B54501B482255e3e
Octal37126510503311024513676
Binary111110011011010110001010110111001000101001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B545; }

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

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

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

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

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

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

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

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