#FC927F

Color #FC927F Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FC927F

Tints of Vivid Tangerine #FC927F

Color information

#FC927F (or 0xFC927F) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 92 and 7F. RGB value is (252,146,127). Sum of RGB (Red+Green+Blue) = 252+146+127=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC927F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC927F is #036D80. Grayscale: #AFAFAF. Windows color (decimal): -224641 or 8360700. OLE color: 8360700.

HSL color Cylindrical-coordinate representation of color #FC927F: hue angle of 9.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC927F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252146127-
CMYK00.420.500.01
HSL9.12º95.42%74.31%-
HSV(B)9.12º49.6%98.82%-
XYZ54.2542.7925.48-
YUV175.53100.62182.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 127 (50% from 255) = 24.19%
R=48%
G=27.81%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214612700.420.500.019.1295.4274.31
HexFC927F02A32195f4a
Octal37422217705262111137112
Binary1111110010010010111111101010101100101100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC927F; }

 p { color: rgb(252,146,127); }

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

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

 a { background-color: rgb(252,146,127); }

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

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

 span { border-color: rgb(252,146,127); }

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