Html Css Color HEX #FE9E86 Vivid Tangerine

📋 copy color: '#FE9E86'

red 254 ◦ green 158 ◦ blue 134

#FE9E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Tangerine #FE9E86

Tints of Vivid Tangerine #FE9E86

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

 GREEN value IS 158 (62.11% from 255) = 28.94%

 BLUE value IS 134 (52.73% from 255) = 24.54%

R = 46.52%
G = 28.94%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE9E86 (or 0xFE9E86) is known color: Vivid Tangerine. HEX triplet: FE, 9E and 86. RGB value is (254,158,134). Sum of RGB (Red+Green+Blue) = 254+158+134=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9E86 is #016179. Grayscale: #B8B8B8. Windows color (decimal): -90490 or 8822526. OLE color: 8822526.

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

Color convert

RGB 254 158 134 -
CMYK 0 0.38 0.47 0.00
HSL 12º 0.98% 0.76% -
HSV(B) 12º 0.47% 1% -
XYZ 57.4 47.25 28.65 -
YUV 183.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 254 158 134 0 0.38 0.47 0.00 12 0.98 0.76
Hex FE 9E 86 0 26 2F 0 C 62 4C
Octal 376 236 206 0 46 57 0 14 142 114
Binary 11111110 10011110 10000110 0 100110 101111 0 1100 1100010 1001100

Color Harmonies of #FE9E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9E86

Black with #FE9E86

Text Example


Text Example

White with #FE9E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9E86; }

 p { color: rgb(254,158,134); }

 H1.HeaderClassName
 {
   color: #FE9E86;
 }
 .AnyTagClassName
 {
   color: #FE9E86;
 }
</style>

background-color css

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

 a { background-color: rgb(254,158,134); }

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

border-color css

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

 span { border-color: rgb(254,158,134); }

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