#FE9864

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

Shades of Atomic Tangerine #FE9864

Tints of Atomic Tangerine #FE9864

Color information

#FE9864 (or 0xFE9864) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 98 and 64. RGB value is (254,152,100). Sum of RGB (Red+Green+Blue) = 254+152+100=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9864 is #01679B. Grayscale: #B0B0B0. Windows color (decimal): -92060 or 6592766. OLE color: 6592766.

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

Color convert

RGB254152100-
CMYK00.400.610.00
HSL20.26º98.72%69.41%-
HSV(B)20.26º60.63%99.61%-
XYZ54.444.4517.77-
YUV176.5784.79183.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=50.20%
G=30.04%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415210000.400.610.0020.2698.7269.41
HexFE98640283D0146345
Octal37623014405075024143105
Binary11111110100110001100100010100011110101010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9864; }

 p { color: rgb(254,152,100); }

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

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

 a { background-color: rgb(254,152,100); }

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

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

 span { border-color: rgb(254,152,100); }

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