Html Css Color HEX #F49770 Atomic Tangerine

📋 copy color: '#F49770'

red 244 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #F49770

Tints of Atomic Tangerine #F49770

RGB

 RED value IS 244 (95.7% from 255) = 48.13%

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 48.13%
G = 29.78%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F49770 (or 0xF49770) is known color: Atomic Tangerine. HEX triplet: F4, 97 and 70. RGB value is (244,151,112). Sum of RGB (Red+Green+Blue) = 244+151+112=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49770 is #0B688F. Grayscale: #AEAEAE. Windows color (decimal): -747664 or 7378932. OLE color: 7378932.

HSL color Cylindrical-coordinate representation of color #F49770: hue angle of 17.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F49770 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 151 112 -
CMYK 0 0.38 0.54 0.04
HSL 17.73º 0.86% 0.7% -
HSV(B) 17.73º 0.54% 0.96% -
XYZ 51.3 42.54 20.84 -
YUV 174.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 244 151 112 0 0.38 0.54 0.04 17.73 0.86 0.7
Hex F4 97 70 0 26 36 4 12 56 46
Octal 364 227 160 0 46 66 4 22 126 106
Binary 11110100 10010111 1110000 0 100110 110110 100 10010 1010110 1000110

Color Harmonies of #F49770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49770

Black with #F49770

Text Example


Text Example

White with #F49770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49770; }

 p { color: rgb(244,151,112); }

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

background-color css

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

 a { background-color: rgb(244,151,112); }

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

border-color css

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

 span { border-color: rgb(244,151,112); }

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