#FCA545

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

Shades of My Sin #FCA545

Tints of My Sin #FCA545

Color information

#FCA545 (or 0xFCA545) is unknown color: approx My Sin. HEX triplet: FC, A5 and 45. RGB value is (252,165,69). Sum of RGB (Red+Green+Blue) = 252+165+69=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA545 is #035ABA. Grayscale: #B4B4B4. Windows color (decimal): -219835 or 4564476. OLE color: 4564476.

HSL color Cylindrical-coordinate representation of color #FCA545: hue angle of 31.48º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCA545 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25216569-
CMYK00.350.730.01
HSL31.48º96.83%62.94%-
HSV(B)31.48º72.62%98.82%-
XYZ54.6748.0412.02-
YUV180.0765.32179.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.85%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=51.85%
G=33.95%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521656900.350.730.0131.4896.8362.94
HexFCA5450234911f613f
Octal37424510504311113714177
Binary11111100101001011000101010001110010011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA545; }

 p { color: rgb(252,165,69); }

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

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

 a { background-color: rgb(252,165,69); }

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

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

 span { border-color: rgb(252,165,69); }

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