Html Css Color HEX #FF8F70 Atomic Tangerine

📋 copy color: '#FF8F70'

red 255 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #FF8F70

Tints of Atomic Tangerine #FF8F70

RGB

 RED value IS 255 (100% from 255) = 50%

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

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

R = 50%
G = 28.04%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8F70 (or 0xFF8F70) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 70. RGB value is (255,143,112). Sum of RGB (Red+Green+Blue) = 255+143+112=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F70 is #00708F. Grayscale: #ADADAD. Windows color (decimal): -28816 or 7376895. OLE color: 7376895.

HSL color Cylindrical-coordinate representation of color #FF8F70: hue angle of 13.01º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF8F70 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 143 112 -
CMYK 0 0.44 0.56 0
HSL 13.01º 1% 0.72% -
HSV(B) 13.01º 0.56% 1% -
XYZ 53.99 42.07 20.61 -
YUV 172.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 255 143 112 0 0.44 0.56 0 13.01 1 0.72
Hex FF 8F 70 0 2C 38 0 D 64 48
Octal 377 217 160 0 54 70 0 15 144 110
Binary 11111111 10001111 1110000 0 101100 111000 0 1101 1100100 1001000

Color Harmonies of #FF8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F70

Black with #FF8F70

Text Example


Text Example

White with #FF8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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