Html Css Color HEX #F98F70 Atomic Tangerine

📋 copy color: '#F98F70'

red 249 ◦ green 143 ◦ blue 112

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

Shades of Atomic Tangerine #F98F70

Tints of Atomic Tangerine #F98F70

RGB

 RED value IS 249 (97.66% from 255) = 49.4%

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

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

R = 49.4%
G = 28.37%
B = 22.22%

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

#F98F70 (or 0xF98F70) is known color: Atomic Tangerine. HEX triplet: F9, 8F and 70. RGB value is (249,143,112). Sum of RGB (Red+Green+Blue) = 249+143+112=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F70 is #06708F. Grayscale: #ABABAB. Windows color (decimal): -422032 or 7376889. OLE color: 7376889.

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

Color convert

RGB 249 143 112 -
CMYK 0 0.43 0.55 0.02
HSL 13.58º 0.92% 0.71% -
HSV(B) 13.58º 0.55% 0.98% -
XYZ 51.81 40.95 20.5 -
YUV 171.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 249 143 112 0 0.43 0.55 0.02 13.58 0.92 0.71
Hex F9 8F 70 0 2B 37 2 E 5C 47
Octal 371 217 160 0 53 67 2 16 134 107
Binary 11111001 10001111 1110000 0 101011 110111 10 1110 1011100 1000111

Color Harmonies of #F98F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F70

Black with #F98F70

Text Example


Text Example

White with #F98F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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