Html Css Color HEX #FA9380 Vivid Tangerine

📋 copy color: '#FA9380'

red 250 ◦ green 147 ◦ blue 128

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

Shades of Vivid Tangerine #FA9380

Tints of Vivid Tangerine #FA9380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

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

R = 47.62%
G = 28%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA9380 (or 0xFA9380) is known color: Vivid Tangerine. HEX triplet: FA, 93 and 80. RGB value is (250,147,128). Sum of RGB (Red+Green+Blue) = 250+147+128=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9380 is #056C7F. Grayscale: #AFAFAF. Windows color (decimal): -355456 or 8426490. OLE color: 8426490.

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

Color convert

RGB 250 147 128 -
CMYK 0 0.41 0.49 0.02
HSL 9.34º 0.92% 0.74% -
HSV(B) 9.34º 0.49% 0.98% -
XYZ 53.75 42.75 25.84 -
YUV 175.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 250 147 128 0 0.41 0.49 0.02 9.34 0.92 0.74
Hex FA 93 80 0 29 31 2 9 5C 4A
Octal 372 223 200 0 51 61 2 11 134 112
Binary 11111010 10010011 10000000 0 101001 110001 10 1001 1011100 1001010

Color Harmonies of #FA9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9380

Black with #FA9380

Text Example


Text Example

White with #FA9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9380; }

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

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

background-color css

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

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

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

border-color css

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

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

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