Html Css Color HEX #FA8F70 Atomic Tangerine

📋 copy color: '#FA8F70'

red 250 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #FA8F70

Tints of Atomic Tangerine #FA8F70

RGB

 RED value IS 250 (98.05% from 255) = 49.5%

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

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

R = 49.5%
G = 28.32%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA8F70 (or 0xFA8F70) is known color: Atomic Tangerine. HEX triplet: FA, 8F and 70. RGB value is (250,143,112). Sum of RGB (Red+Green+Blue) = 250+143+112=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F70 is #05708F. Grayscale: #ABABAB. Windows color (decimal): -356496 or 7376890. OLE color: 7376890.

HSL color Cylindrical-coordinate representation of color #FA8F70: hue angle of 13.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA8F70 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 112 -
CMYK 0 0.43 0.55 0.02
HSL 13.48º 0.93% 0.71% -
HSV(B) 13.48º 0.55% 0.98% -
XYZ 52.17 41.14 20.52 -
YUV 171.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 250 143 112 0 0.43 0.55 0.02 13.48 0.93 0.71
Hex FA 8F 70 0 2B 37 2 D 5D 47
Octal 372 217 160 0 53 67 2 15 135 107
Binary 11111010 10001111 1110000 0 101011 110111 10 1101 1011101 1000111

Color Harmonies of #FA8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F70

Black with #FA8F70

Text Example


Text Example

White with #FA8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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