Html Css Color HEX #FE8D7C Vivid Tangerine

📋 copy color: '#FE8D7C'

red 254 ◦ green 141 ◦ blue 124

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

Shades of Vivid Tangerine #FE8D7C

Tints of Vivid Tangerine #FE8D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

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

R = 48.94%
G = 27.17%
B = 23.89%

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

#FE8D7C (or 0xFE8D7C) is known color: Vivid Tangerine. HEX triplet: FE, 8D and 7C. RGB value is (254,141,124). Sum of RGB (Red+Green+Blue) = 254+141+124=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D7C is #017283. Grayscale: #ADADAD. Windows color (decimal): -94852 or 8162814. OLE color: 8162814.

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

Color convert

RGB 254 141 124 -
CMYK 0 0.44 0.51 0.00
HSL 7.85º 0.98% 0.74% -
HSV(B) 7.85º 0.51% 1% -
XYZ 54.04 41.58 24.25 -
YUV 172.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 254 141 124 0 0.44 0.51 0.00 7.85 0.98 0.74
Hex FE 8D 7C 0 2C 33 0 8 62 4A
Octal 376 215 174 0 54 63 0 10 142 112
Binary 11111110 10001101 1111100 0 101100 110011 0 1000 1100010 1001010

Color Harmonies of #FE8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D7C

Black with #FE8D7C

Text Example


Text Example

White with #FE8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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