Html Css Color HEX #FC9C86 Vivid Tangerine

📋 copy color: '#FC9C86'

red 252 ◦ green 156 ◦ blue 134

#FC9C86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #FC9C86

Tints of Vivid Tangerine #FC9C86

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

 GREEN value IS 156 (61.33% from 255) = 28.78%

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 46.49%
G = 28.78%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC9C86 (or 0xFC9C86) is known color: Vivid Tangerine. HEX triplet: FC, 9C and 86. RGB value is (252,156,134). Sum of RGB (Red+Green+Blue) = 252+156+134=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9C86 is #036379. Grayscale: #B6B6B6. Windows color (decimal): -222074 or 8822012. OLE color: 8822012.

HSL color Cylindrical-coordinate representation of color #FC9C86: hue angle of 11.19º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC9C86 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 134 -
CMYK 0 0.38 0.47 0.01
HSL 11.19º 0.95% 0.76% -
HSV(B) 11.19º 0.47% 0.99% -
XYZ 56.34 46.19 28.5 -
YUV 182.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 252 156 134 0 0.38 0.47 0.01 11.19 0.95 0.76
Hex FC 9C 86 0 26 2F 1 B 5F 4C
Octal 374 234 206 0 46 57 1 13 137 114
Binary 11111100 10011100 10000110 0 100110 101111 1 1011 1011111 1001100

Color Harmonies of #FC9C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C86

Black with #FC9C86

Text Example


Text Example

White with #FC9C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C86; }

 p { color: rgb(252,156,134); }

 H1.HeaderClassName
 {
   color: #FC9C86;
 }
 .AnyTagClassName
 {
   color: #FC9C86;
 }
</style>

background-color css

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

 a { background-color: rgb(252,156,134); }

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

border-color css

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

 span { border-color: rgb(252,156,134); }

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