#FE8D69

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

Shades of Atomic Tangerine #FE8D69

Tints of Atomic Tangerine #FE8D69

Color information

#FE8D69 (or 0xFE8D69) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8D and 69. RGB value is (254,141,105). Sum of RGB (Red+Green+Blue) = 254+141+105=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D69 is #017296. Grayscale: #AAAAAA. Windows color (decimal): -94871 or 6917630. OLE color: 6917630.

HSL color Cylindrical-coordinate representation of color #FE8D69: hue angle of 14.5º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE8D69 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254141105-
CMYK00.440.590.00
HSL14.5º98.68%70.39%-
HSV(B)14.5º58.66%99.61%-
XYZ52.9541.1418.51-
YUV170.6890.94187.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 105 (41.41% from 255) = 21%
R=50.8%
G=28.2%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414110500.440.590.0014.598.6870.39
HexFE8D6902C3B0e6346
Octal37621515105473016143106
Binary1111111010001101110100101011001110110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D69; }

 p { color: rgb(254,141,105); }

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

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

 a { background-color: rgb(254,141,105); }

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

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

 span { border-color: rgb(254,141,105); }

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