Html Css Color HEX #FE8D7D Vivid Tangerine

📋 copy color: '#FE8D7D'

red 254 ◦ green 141 ◦ blue 125

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

Shades of Vivid Tangerine #FE8D7D

Tints of Vivid Tangerine #FE8D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 48.85%
G = 27.12%
B = 24.04%

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

#FE8D7D (or 0xFE8D7D) is known color: Vivid Tangerine. HEX triplet: FE, 8D and 7D. RGB value is (254,141,125). Sum of RGB (Red+Green+Blue) = 254+141+125=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D7D is #017282. Grayscale: #ADADAD. Windows color (decimal): -94851 or 8228350. OLE color: 8228350.

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

Color convert

RGB 254 141 125 -
CMYK 0 0.44 0.51 0.00
HSL 7.44º 0.98% 0.74% -
HSV(B) 7.44º 0.51% 1% -
XYZ 54.1 41.6 24.58 -
YUV 172.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 254 141 125 0 0.44 0.51 0.00 7.44 0.98 0.74
Hex FE 8D 7D 0 2C 33 0 7 62 4A
Octal 376 215 175 0 54 63 0 7 142 112
Binary 11111110 10001101 1111101 0 101100 110011 0 111 1100010 1001010

Color Harmonies of #FE8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D7D

Black with #FE8D7D

Text Example


Text Example

White with #FE8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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