Html Css Color HEX #FD997A Vivid Tangerine

📋 copy color: '#FD997A'

red 253 ◦ green 153 ◦ blue 122

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

Shades of Vivid Tangerine #FD997A

Tints of Vivid Tangerine #FD997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 47.92%
G = 28.98%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD997A (or 0xFD997A) is known color: Vivid Tangerine. HEX triplet: FD, 99 and 7A. RGB value is (253,153,122). Sum of RGB (Red+Green+Blue) = 253+153+122=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD997A is #026685. Grayscale: #B3B3B3. Windows color (decimal): -157318 or 8034813. OLE color: 8034813.

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

Color convert

RGB 253 153 122 -
CMYK 0 0.40 0.52 0.01
HSL 14.2º 0.97% 0.74% -
HSV(B) 14.2º 0.52% 0.99% -
XYZ 55.41 45.07 24.19 -
YUV 179.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 253 153 122 0 0.40 0.52 0.01 14.2 0.97 0.74
Hex FD 99 7A 0 28 34 1 E 61 4A
Octal 375 231 172 0 50 64 1 16 141 112
Binary 11111101 10011001 1111010 0 101000 110100 1 1110 1100001 1001010

Color Harmonies of #FD997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD997A

Black with #FD997A

Text Example


Text Example

White with #FD997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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