Html Css Color HEX #FD977C Vivid Tangerine

📋 copy color: '#FD977C'

red 253 ◦ green 151 ◦ blue 124

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

Shades of Vivid Tangerine #FD977C

Tints of Vivid Tangerine #FD977C

RGB

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

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

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

R = 47.92%
G = 28.6%
B = 23.48%

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

#FD977C (or 0xFD977C) is known color: Vivid Tangerine. HEX triplet: FD, 97 and 7C. RGB value is (253,151,124). Sum of RGB (Red+Green+Blue) = 253+151+124=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD977C is #026883. Grayscale: #B2B2B2. Windows color (decimal): -157828 or 8165373. OLE color: 8165373.

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

Color convert

RGB 253 151 124 -
CMYK 0 0.40 0.51 0.01
HSL 12.56º 0.97% 0.74% -
HSV(B) 12.56º 0.51% 0.99% -
XYZ 55.21 44.47 24.74 -
YUV 178.42 97.29 181.2 -
System Red Green Blue C M Y K H S L
Decimal 253 151 124 0 0.40 0.51 0.01 12.56 0.97 0.74
Hex FD 97 7C 0 28 33 1 D 61 4A
Octal 375 227 174 0 50 63 1 15 141 112
Binary 11111101 10010111 1111100 0 101000 110011 1 1101 1100001 1001010

Color Harmonies of #FD977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD977C

Black with #FD977C

Text Example


Text Example

White with #FD977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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