Html Css Color HEX #FC8F72 Vivid Tangerine

📋 copy color: '#FC8F72'

red 252 ◦ green 143 ◦ blue 114

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

Shades of Vivid Tangerine #FC8F72

Tints of Vivid Tangerine #FC8F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 49.51%
G = 28.09%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8F72 (or 0xFC8F72) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 72. RGB value is (252,143,114). Sum of RGB (Red+Green+Blue) = 252+143+114=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F72 is #03708D. Grayscale: #ACACAC. Windows color (decimal): -225422 or 7507964. OLE color: 7507964.

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

Color convert

RGB 252 143 114 -
CMYK 0 0.43 0.55 0.01
HSL 12.61º 0.96% 0.72% -
HSV(B) 12.61º 0.55% 0.99% -
XYZ 53 41.56 21.15 -
YUV 172.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 252 143 114 0 0.43 0.55 0.01 12.61 0.96 0.72
Hex FC 8F 72 0 2B 37 1 D 60 48
Octal 374 217 162 0 53 67 1 15 140 110
Binary 11111100 10001111 1110010 0 101011 110111 1 1101 1100000 1001000

Color Harmonies of #FC8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F72

Black with #FC8F72

Text Example


Text Example

White with #FC8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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