Html Css Color HEX #FF8D7D Vivid Tangerine

📋 copy color: '#FF8D7D'

red 255 ◦ green 141 ◦ blue 125

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

Shades of Vivid Tangerine #FF8D7D

Tints of Vivid Tangerine #FF8D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.06%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 48.94%
G = 27.06%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF8D7D (or 0xFF8D7D) is known color: Vivid Tangerine. HEX triplet: FF, 8D and 7D. RGB value is (255,141,125). Sum of RGB (Red+Green+Blue) = 255+141+125=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D7D is #007282. Grayscale: #ADADAD. Windows color (decimal): -29315 or 8228351. OLE color: 8228351.

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

Color convert

RGB 255 141 125 -
CMYK 0 0.45 0.51 0
HSL 7.38º 1% 0.75% -
HSV(B) 7.38º 0.51% 1% -
XYZ 54.47 41.79 24.6 -
YUV 173.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 255 141 125 0 0.45 0.51 0 7.38 1 0.75
Hex FF 8D 7D 0 2D 33 0 7 64 4B
Octal 377 215 175 0 55 63 0 7 144 113
Binary 11111111 10001101 1111101 0 101101 110011 0 111 1100100 1001011

Color Harmonies of #FF8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D7D

Black with #FF8D7D

Text Example


Text Example

White with #FF8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D7D; }

 p { color: rgb(255,141,125); }

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

background-color css

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

 a { background-color: rgb(255,141,125); }

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

border-color css

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

 span { border-color: rgb(255,141,125); }

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