#F48E69

Color #F48E69 Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F48E69

Tints of Atomic Tangerine #F48E69

Color information

#F48E69 (or 0xF48E69) is unknown color: approx Atomic Tangerine. HEX triplet: F4, 8E and 69. RGB value is (244,142,105). Sum of RGB (Red+Green+Blue) = 244+142+105=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48E69 is #0B7196. Grayscale: #A8A8A8. Windows color (decimal): -749975 or 6917876. OLE color: 6917876.

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

Color convert

RGB244142105-
CMYK00.420.570.04
HSL15.97º86.34%68.43%-
HSV(B)15.97º56.97%95.69%-
XYZ49.5339.618.4-
YUV168.2892.29182.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=49.69%
G=28.92%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414210500.420.570.0415.9786.3468.43
HexF48E6902A394105644
Octal36421615105271420126104
Binary1111010010001110110100101010101110011001000010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E69; }

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

 H1.HeaderClassName
 {
   color: #F48E69;
 }
 .AnyTagClassName
 {
   color: #F48E69;
 }
</style>
background-color css

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

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

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

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

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

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