Html Css Color HEX #FF8F75 Vivid Tangerine

📋 copy color: '#FF8F75'

red 255 ◦ green 143 ◦ blue 117

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

Shades of Vivid Tangerine #FF8F75

Tints of Vivid Tangerine #FF8F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 49.51%
G = 27.77%
B = 22.72%

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

#FF8F75 (or 0xFF8F75) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 75. RGB value is (255,143,117). Sum of RGB (Red+Green+Blue) = 255+143+117=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F75 is #00708A. Grayscale: #ADADAD. Windows color (decimal): -28811 or 7704575. OLE color: 7704575.

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

Color convert

RGB 255 143 117 -
CMYK 0 0.44 0.54 0
HSL 11.3º 1% 0.73% -
HSV(B) 11.3º 0.54% 1% -
XYZ 54.27 42.19 22.11 -
YUV 173.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 255 143 117 0 0.44 0.54 0 11.3 1 0.73
Hex FF 8F 75 0 2C 36 0 B 64 49
Octal 377 217 165 0 54 66 0 13 144 111
Binary 11111111 10001111 1110101 0 101100 110110 0 1011 1100100 1001001

Color Harmonies of #FF8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F75

Black with #FF8F75

Text Example


Text Example

White with #FF8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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