#F28E6B

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

Shades of Atomic Tangerine #F28E6B

Tints of Atomic Tangerine #F28E6B

Color information

#F28E6B (or 0xF28E6B) is unknown color: approx Atomic Tangerine. HEX triplet: F2, 8E and 6B. RGB value is (242,142,107). Sum of RGB (Red+Green+Blue) = 242+142+107=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E6B is #0D7194. Grayscale: #A8A8A8. Windows color (decimal): -881045 or 7048946. OLE color: 7048946.

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

Color convert

RGB242142107-
CMYK00.410.560.05
HSL15.56º83.85%68.43%-
HSV(B)15.56º55.79%94.9%-
XYZ48.9439.2818.91-
YUV167.9193.63180.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=49.29%
G=28.92%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214210700.410.560.0515.5683.8568.43
HexF28E6B029385105444
Octal36221615305170520124104
Binary1111001010001110110101101010011110001011000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E6B; }

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

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

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

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

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

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

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

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