#FE8C67

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

Shades of Atomic Tangerine #FE8C67

Tints of Atomic Tangerine #FE8C67

Color information

#FE8C67 (or 0xFE8C67) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8C and 67. RGB value is (254,140,103). Sum of RGB (Red+Green+Blue) = 254+140+103=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C67 is #017398. Grayscale: #AAAAAA. Windows color (decimal): -95129 or 6786302. OLE color: 6786302.

HSL color Cylindrical-coordinate representation of color #FE8C67: hue angle of 14.7º 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 #FE8C67 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254140103-
CMYK00.450.590.00
HSL14.7º98.69%70%-
HSV(B)14.7º59.45%99.61%-
XYZ52.740.8117.93-
YUV169.8790.27188.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=51.11%
G=28.17%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414010300.450.590.0014.798.6970
HexFE8C6702D3B0f6346
Octal37621414705573017143106
Binary1111111010001100110011101011011110110111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C67; }

 p { color: rgb(254,140,103); }

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

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

 a { background-color: rgb(254,140,103); }

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

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

 span { border-color: rgb(254,140,103); }

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