Html Css Color HEX #FA987C Vivid Tangerine

📋 copy color: '#FA987C'

red 250 ◦ green 152 ◦ blue 124

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

Shades of Vivid Tangerine #FA987C

Tints of Vivid Tangerine #FA987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 47.53%
G = 28.9%
B = 23.57%

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

#FA987C (or 0xFA987C) is known color: Vivid Tangerine. HEX triplet: FA, 98 and 7C. RGB value is (250,152,124). Sum of RGB (Red+Green+Blue) = 250+152+124=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA987C is #056783. Grayscale: #B2B2B2. Windows color (decimal): -354180 or 8165626. OLE color: 8165626.

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

Color convert

RGB 250 152 124 -
CMYK 0 0.39 0.50 0.02
HSL 13.33º 0.93% 0.73% -
HSV(B) 13.33º 0.5% 0.98% -
XYZ 54.29 44.24 24.75 -
YUV 178.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 250 152 124 0 0.39 0.50 0.02 13.33 0.93 0.73
Hex FA 98 7C 0 27 32 2 D 5D 49
Octal 372 230 174 0 47 62 2 15 135 111
Binary 11111010 10011000 1111100 0 100111 110010 10 1101 1011101 1001001

Color Harmonies of #FA987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA987C

Black with #FA987C

Text Example


Text Example

White with #FA987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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