#F28E65

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

Shades of Atomic Tangerine #F28E65

Tints of Atomic Tangerine #F28E65

Color information

#F28E65 (or 0xF28E65) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 8E and 65. RGB value is (242,142,101). Sum of RGB (Red+Green+Blue) = 242+142+101=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E65 is #0D719A. Grayscale: #A7A7A7. Windows color (decimal): -881051 or 6655730. OLE color: 6655730.

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

Color convert

RGB242142101-
CMYK00.410.580.05
HSL17.45º84.43%67.25%-
HSV(B)17.45º58.26%94.9%-
XYZ48.6439.1617.31-
YUV167.2390.63181.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=49.90%
G=29.28%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214210100.410.580.0517.4584.4367.25
HexF28E650293A5115443
Octal36221614505172521124103
Binary1111001010001110110010101010011110101011000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E65; }

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

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

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

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

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

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

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

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