Html Css Color HEX #FD977A Vivid Tangerine

📋 copy color: '#FD977A'

red 253 ◦ green 151 ◦ blue 122

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

Shades of Vivid Tangerine #FD977A

Tints of Vivid Tangerine #FD977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 48.1%
G = 28.71%
B = 23.19%

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

#FD977A (or 0xFD977A) is known color: Vivid Tangerine. HEX triplet: FD, 97 and 7A. RGB value is (253,151,122). Sum of RGB (Red+Green+Blue) = 253+151+122=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD977A is #026885. Grayscale: #B2B2B2. Windows color (decimal): -157830 or 8034301. OLE color: 8034301.

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

Color convert

RGB 253 151 122 -
CMYK 0 0.40 0.52 0.01
HSL 13.28º 0.97% 0.74% -
HSV(B) 13.28º 0.52% 0.99% -
XYZ 55.09 44.42 24.08 -
YUV 178.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 253 151 122 0 0.40 0.52 0.01 13.28 0.97 0.74
Hex FD 97 7A 0 28 34 1 D 61 4A
Octal 375 227 172 0 50 64 1 15 141 112
Binary 11111101 10010111 1111010 0 101000 110100 1 1101 1100001 1001010

Color Harmonies of #FD977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD977A

Black with #FD977A

Text Example


Text Example

White with #FD977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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