Html Css Color HEX #FC8D7F Vivid Tangerine

📋 copy color: '#FC8D7F'

red 252 ◦ green 141 ◦ blue 127

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

Shades of Vivid Tangerine #FC8D7F

Tints of Vivid Tangerine #FC8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 127 (50% from 255) = 24.42%

R = 48.46%
G = 27.12%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC8D7F (or 0xFC8D7F) is known color: Vivid Tangerine. HEX triplet: FC, 8D and 7F. RGB value is (252,141,127). Sum of RGB (Red+Green+Blue) = 252+141+127=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D7F is #037280. Grayscale: #ACACAC. Windows color (decimal): -225921 or 8359420. OLE color: 8359420.

HSL color Cylindrical-coordinate representation of color #FC8D7F: hue angle of 6.72º 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 #FC8D7F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 127 -
CMYK 0 0.44 0.50 0.01
HSL 6.72º 0.95% 0.74% -
HSV(B) 6.72º 0.5% 0.99% -
XYZ 53.5 41.28 25.23 -
YUV 172.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 252 141 127 0 0.44 0.50 0.01 6.72 0.95 0.74
Hex FC 8D 7F 0 2C 32 1 7 5F 4A
Octal 374 215 177 0 54 62 1 7 137 112
Binary 11111100 10001101 1111111 0 101100 110010 1 111 1011111 1001010

Color Harmonies of #FC8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D7F

Black with #FC8D7F

Text Example


Text Example

White with #FC8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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