#FC9072

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

Shades of Vivid Tangerine #FC9072

Tints of Vivid Tangerine #FC9072

Color information

#FC9072 (or 0xFC9072) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 90 and 72. RGB value is (252,144,114). Sum of RGB (Red+Green+Blue) = 252+144+114=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9072 is #036F8D. Grayscale: #ADADAD. Windows color (decimal): -225166 or 7508220. OLE color: 7508220.

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

Color convert

RGB252144114-
CMYK00.430.550.01
HSL13.04º95.83%71.76%-
HSV(B)13.04º54.76%98.82%-
XYZ53.1641.8621.2-
YUV172.8794.78184.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=49.41%
G=28.24%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214411400.430.550.0113.0495.8371.76
HexFC907202B371d6048
Octal37422016205367115140110
Binary1111110010010000111001001010111101111110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9072; }

 p { color: rgb(252,144,114); }

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

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

 a { background-color: rgb(252,144,114); }

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

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

 span { border-color: rgb(252,144,114); }

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