Html Css Color HEX #FD997D Vivid Tangerine

📋 copy color: '#FD997D'

red 253 ◦ green 153 ◦ blue 125

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

Shades of Vivid Tangerine #FD997D

Tints of Vivid Tangerine #FD997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.81%

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

R = 47.65%
G = 28.81%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD997D (or 0xFD997D) is known color: Vivid Tangerine. HEX triplet: FD, 99 and 7D. RGB value is (253,153,125). Sum of RGB (Red+Green+Blue) = 253+153+125=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD997D is #026682. Grayscale: #B3B3B3. Windows color (decimal): -157315 or 8231421. OLE color: 8231421.

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

Color convert

RGB 253 153 125 -
CMYK 0 0.40 0.51 0.01
HSL 13.13º 0.97% 0.74% -
HSV(B) 13.13º 0.51% 0.99% -
XYZ 55.6 45.15 25.19 -
YUV 179.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 253 153 125 0 0.40 0.51 0.01 13.13 0.97 0.74
Hex FD 99 7D 0 28 33 1 D 61 4A
Octal 375 231 175 0 50 63 1 15 141 112
Binary 11111101 10011001 1111101 0 101000 110011 1 1101 1100001 1001010

Color Harmonies of #FD997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD997D

Black with #FD997D

Text Example


Text Example

White with #FD997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD997D; }

 p { color: rgb(253,153,125); }

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

background-color css

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

 a { background-color: rgb(253,153,125); }

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

border-color css

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

 span { border-color: rgb(253,153,125); }

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