#FE8D7F

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

Shades of Vivid Tangerine #FE8D7F

Tints of Vivid Tangerine #FE8D7F

Color information

#FE8D7F (or 0xFE8D7F) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8D and 7F. RGB value is (254,141,127). Sum of RGB (Red+Green+Blue) = 254+141+127=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D7F is #017280. Grayscale: #ADADAD. Windows color (decimal): -94849 or 8359422. OLE color: 8359422.

HSL color Cylindrical-coordinate representation of color #FE8D7F: hue angle of 6.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8D7F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254141127-
CMYK00.440.500.00
HSL6.61º98.45%74.71%-
HSV(B)6.61º50%99.61%-
XYZ54.2341.6525.26-
YUV173.19101.94185.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 127 (50% from 255) = 24.33%
R=48.66%
G=27.01%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414112700.440.500.006.6198.4574.71
HexFE8D7F02C3207624b
Octal3762151770546207142113
Binary111111101000110111111110101100110010011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D7F; }

 p { color: rgb(254,141,127); }

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

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

 a { background-color: rgb(254,141,127); }

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

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

 span { border-color: rgb(254,141,127); }

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