Html Css Color HEX #F49970 Atomic Tangerine

📋 copy color: '#F49970'

red 244 ◦ green 153 ◦ blue 112

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

Shades of Atomic Tangerine #F49970

Tints of Atomic Tangerine #F49970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 47.94%
G = 30.06%
B = 22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F49970 (or 0xF49970) is known color: Atomic Tangerine. HEX triplet: F4, 99 and 70. RGB value is (244,153,112). Sum of RGB (Red+Green+Blue) = 244+153+112=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49970 is #0B668F. Grayscale: #AFAFAF. Windows color (decimal): -747152 or 7379444. OLE color: 7379444.

HSL color Cylindrical-coordinate representation of color #F49970: hue angle of 18.64º 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 #F49970 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 153 112 -
CMYK 0 0.37 0.54 0.04
HSL 18.64º 0.86% 0.7% -
HSV(B) 18.64º 0.54% 0.96% -
XYZ 51.62 43.19 20.94 -
YUV 175.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 244 153 112 0 0.37 0.54 0.04 18.64 0.86 0.7
Hex F4 99 70 0 25 36 4 13 56 46
Octal 364 231 160 0 45 66 4 23 126 106
Binary 11110100 10011001 1110000 0 100101 110110 100 10011 1010110 1000110

Color Harmonies of #F49970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49970

Black with #F49970

Text Example


Text Example

White with #F49970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49970; }

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

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

background-color css

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

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

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

border-color css

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

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

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