#fe8f5b

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

Shades of Atomic Tangerine #FE8F5B

Tints of Atomic Tangerine #FE8F5B

Color information

#FE8F5B (or 0xFE8F5B) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 8F and 5B. RGB value is (254,143,91). Sum of RGB (Red+Green+Blue) = 254+143+91=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F5B is #0170A4. Grayscale: #AAAAAA. Windows color (decimal): -94373 or 6000638. OLE color: 6000638.

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

Color convert

RGB25414391-
CMYK00.440.640.00
HSL19.14º98.79%67.65%-
HSV(B)19.14º64.17%99.61%-
XYZ52.5841.4715.13-
YUV170.2683.27187.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=52.05%
G=29.30%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541439100.440.640.0019.1498.7967.65
HexFE8F5B02C400136344
Octal376217133054100023143104
Binary111111101000111110110110101100100000001001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe8f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe8f5b; }

 p { color: rgb(254,143,91); }

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

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

 a { background-color: rgb(254,143,91); }

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

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

 span { border-color: rgb(254,143,91); }

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