#FE9D5E

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

Shades of Atomic Tangerine #FE9D5E

Tints of Atomic Tangerine #FE9D5E

Color information

#FE9D5E (or 0xFE9D5E) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 9D and 5E. RGB value is (254,157,94). Sum of RGB (Red+Green+Blue) = 254+157+94=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D5E is #0162A1. Grayscale: #B3B3B3. Windows color (decimal): -90786 or 6200830. OLE color: 6200830.

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

Color convert

RGB25415794-
CMYK00.380.630.00
HSL23.63º98.77%68.24%-
HSV(B)23.63º62.99%99.61%-
XYZ54.9545.9916.57-
YUV178.8280.14181.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 94 (37.11% from 255) = 18.61%
R=50.30%
G=31.09%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541579400.380.630.0023.6398.7768.24
HexFE9D5E0263F0186344
Octal37623513604677030143104
Binary11111110100111011011110010011011111101100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D5E; }

 p { color: rgb(254,157,94); }

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

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

 a { background-color: rgb(254,157,94); }

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

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

 span { border-color: rgb(254,157,94); }

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