Html Css Color HEX #FE8F75 Vivid Tangerine

📋 copy color: '#FE8F75'

red 254 ◦ green 143 ◦ blue 117

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

Shades of Vivid Tangerine #FE8F75

Tints of Vivid Tangerine #FE8F75

RGB

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

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

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

R = 49.42%
G = 27.82%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8F75 (or 0xFE8F75) is known color: Vivid Tangerine. HEX triplet: FE, 8F and 75. RGB value is (254,143,117). Sum of RGB (Red+Green+Blue) = 254+143+117=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F75 is #01708A. Grayscale: #ADADAD. Windows color (decimal): -94347 or 7704574. OLE color: 7704574.

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

Color convert

RGB 254 143 117 -
CMYK 0 0.44 0.54 0.00
HSL 11.39º 0.99% 0.73% -
HSV(B) 11.39º 0.54% 1% -
XYZ 53.91 42 22.1 -
YUV 173.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 254 143 117 0 0.44 0.54 0.00 11.39 0.99 0.73
Hex FE 8F 75 0 2C 36 0 B 63 49
Octal 376 217 165 0 54 66 0 13 143 111
Binary 11111110 10001111 1110101 0 101100 110110 0 1011 1100011 1001001

Color Harmonies of #FE8F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F75

Black with #FE8F75

Text Example


Text Example

White with #FE8F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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