Html Css Color HEX #FE9D86 Vivid Tangerine

📋 copy color: '#FE9D86'

red 254 ◦ green 157 ◦ blue 134

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

Shades of Vivid Tangerine #FE9D86

Tints of Vivid Tangerine #FE9D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.81%

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

R = 46.61%
G = 28.81%
B = 24.59%

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

#FE9D86 (or 0xFE9D86) is known color: Vivid Tangerine. HEX triplet: FE, 9D and 86. RGB value is (254,157,134). Sum of RGB (Red+Green+Blue) = 254+157+134=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9D86 is #016279. Grayscale: #B7B7B7. Windows color (decimal): -90746 or 8822270. OLE color: 8822270.

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

Color convert

RGB 254 157 134 -
CMYK 0 0.38 0.47 0.00
HSL 11.5º 0.98% 0.76% -
HSV(B) 11.5º 0.47% 1% -
XYZ 57.23 46.91 28.59 -
YUV 183.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 254 157 134 0 0.38 0.47 0.00 11.5 0.98 0.76
Hex FE 9D 86 0 26 2F 0 C 62 4C
Octal 376 235 206 0 46 57 0 14 142 114
Binary 11111110 10011101 10000110 0 100110 101111 0 1100 1100010 1001100

Color Harmonies of #FE9D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9D86

Black with #FE9D86

Text Example


Text Example

White with #FE9D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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