Html Css Color HEX #FD997C Vivid Tangerine

📋 copy color: '#FD997C'

red 253 ◦ green 153 ◦ blue 124

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

Shades of Vivid Tangerine #FD997C

Tints of Vivid Tangerine #FD997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 47.74%
G = 28.87%
B = 23.4%

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

#FD997C (or 0xFD997C) is known color: Vivid Tangerine. HEX triplet: FD, 99 and 7C. RGB value is (253,153,124). Sum of RGB (Red+Green+Blue) = 253+153+124=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD997C is #026683. Grayscale: #B3B3B3. Windows color (decimal): -157316 or 8165885. OLE color: 8165885.

HSL color Cylindrical-coordinate representation of color #FD997C: hue angle of 13.49º 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 #FD997C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 153 124 -
CMYK 0 0.40 0.51 0.01
HSL 13.49º 0.97% 0.74% -
HSV(B) 13.49º 0.51% 0.99% -
XYZ 55.54 45.12 24.85 -
YUV 179.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 253 153 124 0 0.40 0.51 0.01 13.49 0.97 0.74
Hex FD 99 7C 0 28 33 1 D 61 4A
Octal 375 231 174 0 50 63 1 15 141 112
Binary 11111101 10011001 1111100 0 101000 110011 1 1101 1100001 1001010

Color Harmonies of #FD997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD997C

Black with #FD997C

Text Example


Text Example

White with #FD997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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