Html Css Color HEX #FD8F80 Vivid Tangerine

📋 copy color: '#FD8F80'

red 253 ◦ green 143 ◦ blue 128

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

Shades of Vivid Tangerine #FD8F80

Tints of Vivid Tangerine #FD8F80

RGB

 RED value IS 253 (99.22% from 255) = 48.28%

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

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 48.28%
G = 27.29%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD8F80 (or 0xFD8F80) is known color: Vivid Tangerine. HEX triplet: FD, 8F and 80. RGB value is (253,143,128). Sum of RGB (Red+Green+Blue) = 253+143+128=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F80 is #02707F. Grayscale: #AEAEAE. Windows color (decimal): -159872 or 8425469. OLE color: 8425469.

HSL color Cylindrical-coordinate representation of color #FD8F80: hue angle of 7.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD8F80 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 143 128 -
CMYK 0 0.43 0.49 0.01
HSL 7.2º 0.97% 0.75% -
HSV(B) 7.2º 0.49% 0.99% -
XYZ 54.23 42.09 25.69 -
YUV 174.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 253 143 128 0 0.43 0.49 0.01 7.2 0.97 0.75
Hex FD 8F 80 0 2B 31 1 7 61 4B
Octal 375 217 200 0 53 61 1 7 141 113
Binary 11111101 10001111 10000000 0 101011 110001 1 111 1100001 1001011

Color Harmonies of #FD8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F80

Black with #FD8F80

Text Example


Text Example

White with #FD8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F80; }

 p { color: rgb(253,143,128); }

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

background-color css

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

 a { background-color: rgb(253,143,128); }

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

border-color css

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

 span { border-color: rgb(253,143,128); }

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