#FCAB4E

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

Shades of My Sin #FCAB4E

Tints of My Sin #FCAB4E

Color information

#FCAB4E (or 0xFCAB4E) is unknown color: approx My Sin. HEX triplet: FC, AB and 4E. RGB value is (252,171,78). Sum of RGB (Red+Green+Blue) = 252+171+78=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB4E is #0354B1. Grayscale: #B9B9B9. Windows color (decimal): -218290 or 5155836. OLE color: 5155836.

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

Color convert

RGB25217178-
CMYK00.320.690.01
HSL32.07º96.67%64.71%-
HSV(B)32.07º69.05%98.82%-
XYZ56.0850.3713.97-
YUV184.6267.84176.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 78 (30.86% from 255) = 15.57%
R=50.30%
G=34.13%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521717800.320.690.0132.0796.6764.71
HexFCAB4E020451206141
Octal374253116040105140141101
Binary1111110010101011100111001000001000101110000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB4E; }

 p { color: rgb(252,171,78); }

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

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

 a { background-color: rgb(252,171,78); }

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

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

 span { border-color: rgb(252,171,78); }

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