Html Css Color HEX #FD8E7F Vivid Tangerine

📋 copy color: '#FD8E7F'

red 253 ◦ green 142 ◦ blue 127

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

Shades of Vivid Tangerine #FD8E7F

Tints of Vivid Tangerine #FD8E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.33%

R = 48.47%
G = 27.2%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD8E7F (or 0xFD8E7F) is known color: Vivid Tangerine. HEX triplet: FD, 8E and 7F. RGB value is (253,142,127). Sum of RGB (Red+Green+Blue) = 253+142+127=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E7F is #027180. Grayscale: #ADADAD. Windows color (decimal): -160129 or 8359677. OLE color: 8359677.

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

Color convert

RGB 253 142 127 -
CMYK 0 0.44 0.50 0.01
HSL 7.14º 0.97% 0.75% -
HSV(B) 7.14º 0.5% 0.99% -
XYZ 54.01 41.76 25.29 -
YUV 173.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 253 142 127 0 0.44 0.50 0.01 7.14 0.97 0.75
Hex FD 8E 7F 0 2C 32 1 7 61 4B
Octal 375 216 177 0 54 62 1 7 141 113
Binary 11111101 10001110 1111111 0 101100 110010 1 111 1100001 1001011

Color Harmonies of #FD8E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8E7F

Black with #FD8E7F

Text Example


Text Example

White with #FD8E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8E7F; }

 p { color: rgb(253,142,127); }

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

background-color css

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

 a { background-color: rgb(253,142,127); }

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

border-color css

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

 span { border-color: rgb(253,142,127); }

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