#F28F69

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

Shades of Atomic Tangerine #F28F69

Tints of Atomic Tangerine #F28F69

Color information

#F28F69 (or 0xF28F69) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 8F and 69. RGB value is (242,143,105). Sum of RGB (Red+Green+Blue) = 242+143+105=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F69 is #0D7096. Grayscale: #A8A8A8. Windows color (decimal): -880791 or 6918130. OLE color: 6918130.

HSL color Cylindrical-coordinate representation of color #F28F69: hue angle of 16.64º 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 #F28F69 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242143105-
CMYK00.410.570.05
HSL16.64º84.05%68.04%-
HSV(B)16.64º56.61%94.9%-
XYZ48.9939.5418.41-
YUV168.2792.3180.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.39%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=49.39%
G=29.18%
B=21.43%

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
Decimal24214310500.410.570.0516.6484.0568.04
HexF28F69029395115444
Octal36221715105171521124104
Binary1111001010001111110100101010011110011011000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F69; }

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

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

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

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

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

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

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

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