#FCA745

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

Shades of My Sin #FCA745

Tints of My Sin #FCA745

Color information

#FCA745 (or 0xFCA745) is unknown color: approx My Sin. HEX triplet: FC, A7 and 45. RGB value is (252,167,69). Sum of RGB (Red+Green+Blue) = 252+167+69=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA745 is #0358BA. Grayscale: #B5B5B5. Windows color (decimal): -219323 or 4564988. OLE color: 4564988.

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

Color convert

RGB25216769-
CMYK00.340.730.01
HSL32.13º96.83%62.94%-
HSV(B)32.13º72.62%98.82%-
XYZ55.0448.7612.14-
YUV181.2464.66178.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 69 (27.34% from 255) = 14.14%
R=51.64%
G=34.22%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521676900.340.730.0132.1396.8362.94
HexFCA74502249120613f
Octal37424710504211114014177
Binary111111001010011110001010100010100100111000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA745; }

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

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

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

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

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

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

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

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