Html Css Color HEX #F49266 Atomic Tangerine

📋 copy color: '#F49266'

red 244 ◦ green 146 ◦ blue 102

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

Shades of Atomic Tangerine #F49266

Tints of Atomic Tangerine #F49266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 102 (40.23% from 255) = 20.73%

R = 49.59%
G = 29.67%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F49266 (or 0xF49266) is known color: Atomic Tangerine. HEX triplet: F4, 92 and 66. RGB value is (244,146,102). Sum of RGB (Red+Green+Blue) = 244+146+102=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F49266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49266 is #0B6D99. Grayscale: #AAAAAA. Windows color (decimal): -748954 or 6722292. OLE color: 6722292.

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

Color convert

RGB 244 146 102 -
CMYK 0 0.40 0.58 0.04
HSL 18.59º 0.87% 0.68% -
HSV(B) 18.59º 0.58% 0.96% -
XYZ 49.99 40.75 17.8 -
YUV 170.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 244 146 102 0 0.40 0.58 0.04 18.59 0.87 0.68
Hex F4 92 66 0 28 3A 4 13 57 44
Octal 364 222 146 0 50 72 4 23 127 104
Binary 11110100 10010010 1100110 0 101000 111010 100 10011 1010111 1000100

Color Harmonies of #F49266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49266

Black with #F49266

Text Example


Text Example

White with #F49266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49266; }

 p { color: rgb(244,146,102); }

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

background-color css

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

 a { background-color: rgb(244,146,102); }

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

border-color css

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

 span { border-color: rgb(244,146,102); }

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