Html Css Color HEX #FC8F74 Vivid Tangerine

📋 copy color: '#FC8F74'

red 252 ◦ green 143 ◦ blue 116

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

Shades of Vivid Tangerine #FC8F74

Tints of Vivid Tangerine #FC8F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 49.32%
G = 27.98%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8F74 (or 0xFC8F74) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 74. RGB value is (252,143,116). Sum of RGB (Red+Green+Blue) = 252+143+116=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F74 is #03708B. Grayscale: #ACACAC. Windows color (decimal): -225420 or 7639036. OLE color: 7639036.

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

Color convert

RGB 252 143 116 -
CMYK 0 0.43 0.54 0.01
HSL 11.91º 0.96% 0.72% -
HSV(B) 11.91º 0.54% 0.99% -
XYZ 53.12 41.6 21.75 -
YUV 172.51 96.11 184.7 -
System Red Green Blue C M Y K H S L
Decimal 252 143 116 0 0.43 0.54 0.01 11.91 0.96 0.72
Hex FC 8F 74 0 2B 36 1 C 60 48
Octal 374 217 164 0 53 66 1 14 140 110
Binary 11111100 10001111 1110100 0 101011 110110 1 1100 1100000 1001000

Color Harmonies of #FC8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F74

Black with #FC8F74

Text Example


Text Example

White with #FC8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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