Html Css Color HEX #FE8E7C Vivid Tangerine

📋 copy color: '#FE8E7C'

red 254 ◦ green 142 ◦ blue 124

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

Shades of Vivid Tangerine #FE8E7C

Tints of Vivid Tangerine #FE8E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 48.85%
G = 27.31%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE8E7C (or 0xFE8E7C) is known color: Vivid Tangerine. HEX triplet: FE, 8E and 7C. RGB value is (254,142,124). Sum of RGB (Red+Green+Blue) = 254+142+124=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E7C is #017183. Grayscale: #ADADAD. Windows color (decimal): -94596 or 8163070. OLE color: 8163070.

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

Color convert

RGB 254 142 124 -
CMYK 0 0.44 0.51 0.00
HSL 8.31º 0.98% 0.74% -
HSV(B) 8.31º 0.51% 1% -
XYZ 54.18 41.87 24.3 -
YUV 173.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 254 142 124 0 0.44 0.51 0.00 8.31 0.98 0.74
Hex FE 8E 7C 0 2C 33 0 8 62 4A
Octal 376 216 174 0 54 63 0 10 142 112
Binary 11111110 10001110 1111100 0 101100 110011 0 1000 1100010 1001010

Color Harmonies of #FE8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E7C

Black with #FE8E7C

Text Example


Text Example

White with #FE8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E7C; }

 p { color: rgb(254,142,124); }

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

background-color css

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

 a { background-color: rgb(254,142,124); }

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

border-color css

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

 span { border-color: rgb(254,142,124); }

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