Html Css Color HEX #F48E6A Atomic Tangerine

📋 copy color: '#F48E6A'

red 244 ◦ green 142 ◦ blue 106

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

Shades of Atomic Tangerine #F48E6A

Tints of Atomic Tangerine #F48E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 49.59%
G = 28.86%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F48E6A (or 0xF48E6A) is known color: Atomic Tangerine. HEX triplet: F4, 8E and 6A. RGB value is (244,142,106). Sum of RGB (Red+Green+Blue) = 244+142+106=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48E6A is #0B7195. Grayscale: #A8A8A8. Windows color (decimal): -749974 or 6983412. OLE color: 6983412.

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

Color convert

RGB 244 142 106 -
CMYK 0 0.42 0.57 0.04
HSL 15.65º 0.86% 0.69% -
HSV(B) 15.65º 0.57% 0.96% -
XYZ 49.58 39.62 18.67 -
YUV 168.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 244 142 106 0 0.42 0.57 0.04 15.65 0.86 0.69
Hex F4 8E 6A 0 2A 39 4 10 56 45
Octal 364 216 152 0 52 71 4 20 126 105
Binary 11110100 10001110 1101010 0 101010 111001 100 10000 1010110 1000101

Color Harmonies of #F48E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48E6A

Black with #F48E6A

Text Example


Text Example

White with #F48E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48E6A; }

 p { color: rgb(244,142,106); }

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

background-color css

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

 a { background-color: rgb(244,142,106); }

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

border-color css

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

 span { border-color: rgb(244,142,106); }

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