Html Css Color HEX #FA977C Vivid Tangerine

📋 copy color: '#FA977C'

red 250 ◦ green 151 ◦ blue 124

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

Shades of Vivid Tangerine #FA977C

Tints of Vivid Tangerine #FA977C

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

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

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

R = 47.62%
G = 28.76%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA977C (or 0xFA977C) is known color: Vivid Tangerine. HEX triplet: FA, 97 and 7C. RGB value is (250,151,124). Sum of RGB (Red+Green+Blue) = 250+151+124=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA977C is #056883. Grayscale: #B1B1B1. Windows color (decimal): -354436 or 8165370. OLE color: 8165370.

HSL color Cylindrical-coordinate representation of color #FA977C: hue angle of 12.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA977C is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 151 124 -
CMYK 0 0.40 0.50 0.02
HSL 12.86º 0.93% 0.73% -
HSV(B) 12.86º 0.5% 0.98% -
XYZ 54.13 43.91 24.69 -
YUV 177.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 250 151 124 0 0.40 0.50 0.02 12.86 0.93 0.73
Hex FA 97 7C 0 28 32 2 D 5D 49
Octal 372 227 174 0 50 62 2 15 135 111
Binary 11111010 10010111 1111100 0 101000 110010 10 1101 1011101 1001001

Color Harmonies of #FA977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA977C

Black with #FA977C

Text Example


Text Example

White with #FA977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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