Html Css Color HEX #FA977D Vivid Tangerine

📋 copy color: '#FA977D'

red 250 ◦ green 151 ◦ blue 125

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

Shades of Vivid Tangerine #FA977D

Tints of Vivid Tangerine #FA977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 47.53%
G = 28.71%
B = 23.76%

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

#FA977D (or 0xFA977D) is known color: Vivid Tangerine. HEX triplet: FA, 97 and 7D. RGB value is (250,151,125). Sum of RGB (Red+Green+Blue) = 250+151+125=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA977D is #056882. Grayscale: #B1B1B1. Windows color (decimal): -354435 or 8230906. OLE color: 8230906.

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

Color convert

RGB 250 151 125 -
CMYK 0 0.40 0.50 0.02
HSL 12.48º 0.93% 0.74% -
HSV(B) 12.48º 0.5% 0.98% -
XYZ 54.19 43.94 25.03 -
YUV 177.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 250 151 125 0 0.40 0.50 0.02 12.48 0.93 0.74
Hex FA 97 7D 0 28 32 2 C 5D 4A
Octal 372 227 175 0 50 62 2 14 135 112
Binary 11111010 10010111 1111101 0 101000 110010 10 1100 1011101 1001010

Color Harmonies of #FA977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA977D

Black with #FA977D

Text Example


Text Example

White with #FA977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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