#F28E69

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

Shades of Atomic Tangerine #F28E69

Tints of Atomic Tangerine #F28E69

Color information

#F28E69 (or 0xF28E69) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 8E and 69. RGB value is (242,142,105). Sum of RGB (Red+Green+Blue) = 242+142+105=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E69 is #0D7196. Grayscale: #A7A7A7. Windows color (decimal): -881047 or 6917874. OLE color: 6917874.

HSL color Cylindrical-coordinate representation of color #F28E69: hue angle of 16.2º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F28E69 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242142105-
CMYK00.410.570.05
HSL16.2º84.05%68.04%-
HSV(B)16.2º56.61%94.9%-
XYZ48.8439.2418.37-
YUV167.6892.63181.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=49.49%
G=29.04%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214210500.410.570.0516.284.0568.04
HexF28E69029395105444
Octal36221615105171520124104
Binary1111001010001110110100101010011110011011000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E69; }

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

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

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

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

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

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

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

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