Html Css Color HEX #FC8F7F Vivid Tangerine

📋 copy color: '#FC8F7F'

red 252 ◦ green 143 ◦ blue 127

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

Shades of Vivid Tangerine #FC8F7F

Tints of Vivid Tangerine #FC8F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

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

R = 48.28%
G = 27.39%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC8F7F (or 0xFC8F7F) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 7F. RGB value is (252,143,127). Sum of RGB (Red+Green+Blue) = 252+143+127=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F7F is #037080. Grayscale: #ADADAD. Windows color (decimal): -225409 or 8359932. OLE color: 8359932.

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

Color convert

RGB 252 143 127 -
CMYK 0 0.43 0.50 0.01
HSL 7.68º 0.95% 0.74% -
HSV(B) 7.68º 0.5% 0.99% -
XYZ 53.8 41.87 25.33 -
YUV 173.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 252 143 127 0 0.43 0.50 0.01 7.68 0.95 0.74
Hex FC 8F 7F 0 2B 32 1 8 5F 4A
Octal 374 217 177 0 53 62 1 10 137 112
Binary 11111100 10001111 1111111 0 101011 110010 1 1000 1011111 1001010

Color Harmonies of #FC8F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F7F

Black with #FC8F7F

Text Example


Text Example

White with #FC8F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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