Html Css Color HEX #FA997D Vivid Tangerine

📋 copy color: '#FA997D'

red 250 ◦ green 153 ◦ blue 125

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

Shades of Vivid Tangerine #FA997D

Tints of Vivid Tangerine #FA997D

RGB

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

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

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

R = 47.35%
G = 28.98%
B = 23.67%

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

#FA997D (or 0xFA997D) is known color: Vivid Tangerine. HEX triplet: FA, 99 and 7D. RGB value is (250,153,125). Sum of RGB (Red+Green+Blue) = 250+153+125=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997D is #056682. Grayscale: #B3B3B3. Windows color (decimal): -353923 or 8231418. OLE color: 8231418.

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

Color convert

RGB 250 153 125 -
CMYK 0 0.39 0.50 0.02
HSL 13.44º 0.93% 0.74% -
HSV(B) 13.44º 0.5% 0.98% -
XYZ 54.52 44.59 25.13 -
YUV 178.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 250 153 125 0 0.39 0.50 0.02 13.44 0.93 0.74
Hex FA 99 7D 0 27 32 2 D 5D 4A
Octal 372 231 175 0 47 62 2 15 135 112
Binary 11111010 10011001 1111101 0 100111 110010 10 1101 1011101 1001010

Color Harmonies of #FA997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA997D

Black with #FA997D

Text Example


Text Example

White with #FA997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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