Html Css Color HEX #FA997C Vivid Tangerine

📋 copy color: '#FA997C'

red 250 ◦ green 153 ◦ blue 124

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

Shades of Vivid Tangerine #FA997C

Tints of Vivid Tangerine #FA997C

RGB

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

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

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

R = 47.44%
G = 29.03%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA997C (or 0xFA997C) is known color: Vivid Tangerine. HEX triplet: FA, 99 and 7C. RGB value is (250,153,124). Sum of RGB (Red+Green+Blue) = 250+153+124=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997C is #056683. Grayscale: #B2B2B2. Windows color (decimal): -353924 or 8165882. OLE color: 8165882.

HSL color Cylindrical-coordinate representation of color #FA997C: hue angle of 13.81º 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 #FA997C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 124 -
CMYK 0 0.39 0.50 0.02
HSL 13.81º 0.93% 0.73% -
HSV(B) 13.81º 0.5% 0.98% -
XYZ 54.45 44.56 24.8 -
YUV 178.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 250 153 124 0 0.39 0.50 0.02 13.81 0.93 0.73
Hex FA 99 7C 0 27 32 2 E 5D 49
Octal 372 231 174 0 47 62 2 16 135 111
Binary 11111010 10011001 1111100 0 100111 110010 10 1110 1011101 1001001

Color Harmonies of #FA997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA997C

Black with #FA997C

Text Example


Text Example

White with #FA997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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