Html Css Color HEX #F49064 Atomic Tangerine

📋 copy color: '#F49064'

red 244 ◦ green 144 ◦ blue 100

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

Shades of Atomic Tangerine #F49064

Tints of Atomic Tangerine #F49064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 50%
G = 29.51%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F49064 (or 0xF49064) is known color: Atomic Tangerine. HEX triplet: F4, 90 and 64. RGB value is (244,144,100). Sum of RGB (Red+Green+Blue) = 244+144+100=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F49064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49064 is #0B6F9B. Grayscale: #A9A9A9. Windows color (decimal): -749468 or 6590708. OLE color: 6590708.

HSL color Cylindrical-coordinate representation of color #F49064: hue angle of 18.33º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F49064 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 144 100 -
CMYK 0 0.41 0.59 0.04
HSL 18.33º 0.87% 0.67% -
HSV(B) 18.33º 0.59% 0.96% -
XYZ 49.58 40.1 17.18 -
YUV 168.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 244 144 100 0 0.41 0.59 0.04 18.33 0.87 0.67
Hex F4 90 64 0 29 3B 4 12 57 43
Octal 364 220 144 0 51 73 4 22 127 103
Binary 11110100 10010000 1100100 0 101001 111011 100 10010 1010111 1000011

Color Harmonies of #F49064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49064

Black with #F49064

Text Example


Text Example

White with #F49064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49064; }

 p { color: rgb(244,144,100); }

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

background-color css

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

 a { background-color: rgb(244,144,100); }

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

border-color css

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

 span { border-color: rgb(244,144,100); }

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