Html Css Color HEX #FC8F70 Atomic Tangerine

📋 copy color: '#FC8F70'

red 252 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #FC8F70

Tints of Atomic Tangerine #FC8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.09%

R = 49.7%
G = 28.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC8F70 (or 0xFC8F70) is known color: Atomic Tangerine. HEX triplet: FC, 8F and 70. RGB value is (252,143,112). Sum of RGB (Red+Green+Blue) = 252+143+112=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F70 is #03708F. Grayscale: #ACACAC. Windows color (decimal): -225424 or 7376892. OLE color: 7376892.

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

Color convert

RGB 252 143 112 -
CMYK 0 0.43 0.56 0.01
HSL 13.29º 0.96% 0.71% -
HSV(B) 13.29º 0.56% 0.99% -
XYZ 52.89 41.51 20.55 -
YUV 172.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 252 143 112 0 0.43 0.56 0.01 13.29 0.96 0.71
Hex FC 8F 70 0 2B 38 1 D 60 47
Octal 374 217 160 0 53 70 1 15 140 107
Binary 11111100 10001111 1110000 0 101011 111000 1 1101 1100000 1000111

Color Harmonies of #FC8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F70

Black with #FC8F70

Text Example


Text Example

White with #FC8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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