#FE9571

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

Shades of Atomic Tangerine #FE9571

Tints of Atomic Tangerine #FE9571

Color information

#FE9571 (or 0xFE9571) is unknown color: approx Atomic Tangerine. HEX triplet: FE, 95 and 71. RGB value is (254,149,113). Sum of RGB (Red+Green+Blue) = 254+149+113=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9571 is #016A8E. Grayscale: #B0B0B0. Windows color (decimal): -92815 or 7443966. OLE color: 7443966.

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

Color convert

RGB254149113-
CMYK00.410.560.00
HSL15.32º98.6%71.96%-
HSV(B)15.32º55.51%99.61%-
XYZ54.643.7621.19-
YUV176.2992.29183.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=49.22%
G=28.88%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414911300.410.560.0015.3298.671.96
HexFE9571029380f6348
Octal37622516105170017143110
Binary1111111010010101111000101010011110000111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9571; }

 p { color: rgb(254,149,113); }

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

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

 a { background-color: rgb(254,149,113); }

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

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

 span { border-color: rgb(254,149,113); }

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