#FE8B7E

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

Shades of Vivid Tangerine #FE8B7E

Tints of Vivid Tangerine #FE8B7E

Color information

#FE8B7E (or 0xFE8B7E) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8B and 7E. RGB value is (254,139,126). Sum of RGB (Red+Green+Blue) = 254+139+126=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B7E is #017481. Grayscale: #ACACAC. Windows color (decimal): -95362 or 8293374. OLE color: 8293374.

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

Color convert

RGB254139126-
CMYK00.450.500.00
HSL6.09º98.46%74.51%-
HSV(B)6.09º50.39%99.61%-
XYZ53.8741.0424.82-
YUV171.9102.1186.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=48.94%
G=26.78%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413912600.450.500.006.0998.4674.51
HexFE8B7E02D3206624b
Octal3762131760556206142113
Binary111111101000101111111100101101110010011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B7E; }

 p { color: rgb(254,139,126); }

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

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

 a { background-color: rgb(254,139,126); }

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

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

 span { border-color: rgb(254,139,126); }

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