Html Css Color HEX #FA9080 Vivid Tangerine

📋 copy color: '#FA9080'

red 250 ◦ green 144 ◦ blue 128

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

Shades of Vivid Tangerine #FA9080

Tints of Vivid Tangerine #FA9080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 47.89%
G = 27.59%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA9080 (or 0xFA9080) is known color: Vivid Tangerine. HEX triplet: FA, 90 and 80. RGB value is (250,144,128). Sum of RGB (Red+Green+Blue) = 250+144+128=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9080 is #056F7F. Grayscale: #AEAEAE. Windows color (decimal): -356224 or 8425722. OLE color: 8425722.

HSL color Cylindrical-coordinate representation of color #FA9080: hue angle of 7.87º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA9080 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 128 -
CMYK 0 0.42 0.49 0.02
HSL 7.87º 0.92% 0.74% -
HSV(B) 7.87º 0.49% 0.98% -
XYZ 53.29 41.83 25.69 -
YUV 173.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 250 144 128 0 0.42 0.49 0.02 7.87 0.92 0.74
Hex FA 90 80 0 2A 31 2 8 5C 4A
Octal 372 220 200 0 52 61 2 10 134 112
Binary 11111010 10010000 10000000 0 101010 110001 10 1000 1011100 1001010

Color Harmonies of #FA9080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9080

Black with #FA9080

Text Example


Text Example

White with #FA9080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9080; }

 p { color: rgb(250,144,128); }

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

background-color css

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

 a { background-color: rgb(250,144,128); }

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

border-color css

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

 span { border-color: rgb(250,144,128); }

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