#FE9C85

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

Shades of Vivid Tangerine #FE9C85

Tints of Vivid Tangerine #FE9C85

Color information

#FE9C85 (or 0xFE9C85) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 9C and 85. RGB value is (254,156,133). Sum of RGB (Red+Green+Blue) = 254+156+133=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C85 is #01637A. Grayscale: #B6B6B6. Windows color (decimal): -91003 or 8756478. OLE color: 8756478.

HSL color Cylindrical-coordinate representation of color #FE9C85: hue angle of 11.4º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE9C85 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254156133-
CMYK00.390.480.00
HSL11.4º98.37%75.88%-
HSV(B)11.4º47.64%99.61%-
XYZ5746.5428.17-
YUV182.6899.97178.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=46.78%
G=28.73%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415613300.390.480.0011.498.3775.88
HexFE9C85027300b624c
Octal37623420504760013142114
Binary11111110100111001000010101001111100000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C85; }

 p { color: rgb(254,156,133); }

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

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

 a { background-color: rgb(254,156,133); }

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

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

 span { border-color: rgb(254,156,133); }

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