Html Css Color HEX #FF8E75 Vivid Tangerine

📋 copy color: '#FF8E75'

red 255 ◦ green 142 ◦ blue 117

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

Shades of Vivid Tangerine #FF8E75

Tints of Vivid Tangerine #FF8E75

RGB

 RED value IS 255 (100% from 255) = 49.61%

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

 BLUE value IS 117 (46.09% from 255) = 22.76%

R = 49.61%
G = 27.63%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF8E75 (or 0xFF8E75) is known color: Vivid Tangerine. HEX triplet: FF, 8E and 75. RGB value is (255,142,117). Sum of RGB (Red+Green+Blue) = 255+142+117=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E75 is #00718A. Grayscale: #ADADAD. Windows color (decimal): -29067 or 7704319. OLE color: 7704319.

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

Color convert

RGB 255 142 117 -
CMYK 0 0.44 0.54 0
HSL 10.87º 1% 0.73% -
HSV(B) 10.87º 0.54% 1% -
XYZ 54.12 41.89 22.06 -
YUV 172.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 255 142 117 0 0.44 0.54 0 10.87 1 0.73
Hex FF 8E 75 0 2C 36 0 B 64 49
Octal 377 216 165 0 54 66 0 13 144 111
Binary 11111111 10001110 1110101 0 101100 110110 0 1011 1100100 1001001

Color Harmonies of #FF8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E75

Black with #FF8E75

Text Example


Text Example

White with #FF8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E75; }

 p { color: rgb(255,142,117); }

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

background-color css

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

 a { background-color: rgb(255,142,117); }

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

border-color css

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

 span { border-color: rgb(255,142,117); }

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