#FE995C

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

Shades of Atomic Tangerine #FE995C

Tints of Atomic Tangerine #FE995C

Color information

#FE995C (or 0xFE995C) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 99 and 5C. RGB value is (254,153,92). Sum of RGB (Red+Green+Blue) = 254+153+92=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE995C is #0166A3. Grayscale: #B0B0B0. Windows color (decimal): -91812 or 6068734. OLE color: 6068734.

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

Color convert

RGB25415392-
CMYK00.400.640.00
HSL22.59º98.78%67.84%-
HSV(B)22.59º63.78%99.61%-
XYZ54.244.6315.88-
YUV176.2480.46183.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.90%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=50.90%
G=30.66%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541539200.400.640.0022.5998.7867.84
HexFE995C028400176344
Octal376231134050100027143104
Binary111111101001100110111000101000100000001011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE995C; }

 p { color: rgb(254,153,92); }

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

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

 a { background-color: rgb(254,153,92); }

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

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

 span { border-color: rgb(254,153,92); }

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