#FC9279

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

Shades of Vivid Tangerine #FC9279

Tints of Vivid Tangerine #FC9279

Color information

#FC9279 (or 0xFC9279) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 92 and 79. RGB value is (252,146,121). Sum of RGB (Red+Green+Blue) = 252+146+121=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9279 is #036D86. Grayscale: #AFAFAF. Windows color (decimal): -224647 or 7967484. OLE color: 7967484.

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

Color convert

RGB252146121-
CMYK00.420.520.01
HSL11.45º95.62%73.14%-
HSV(B)11.45º51.98%98.82%-
XYZ53.8742.6323.48-
YUV174.8497.62183.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=48.55%
G=28.13%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214612100.420.520.0111.4595.6273.14
HexFC927902A341b6049
Octal37422217105264113140111
Binary1111110010010010111100101010101101001101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9279; }

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

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

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

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

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

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

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

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