Html Css Color HEX #FA9575 Vivid Tangerine

📋 copy color: '#FA9575'

red 250 ◦ green 149 ◦ blue 117

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

Shades of Vivid Tangerine #FA9575

Tints of Vivid Tangerine #FA9575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.88%

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 48.45%
G = 28.88%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA9575 (or 0xFA9575) is known color: Vivid Tangerine. HEX triplet: FA, 95 and 75. RGB value is (250,149,117). Sum of RGB (Red+Green+Blue) = 250+149+117=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9575 is #056A8A. Grayscale: #AFAFAF. Windows color (decimal): -354955 or 7706106. OLE color: 7706106.

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

Color convert

RGB 250 149 117 -
CMYK 0 0.40 0.53 0.02
HSL 14.44º 0.93% 0.72% -
HSV(B) 14.44º 0.53% 0.98% -
XYZ 53.38 43.1 22.34 -
YUV 175.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 250 149 117 0 0.40 0.53 0.02 14.44 0.93 0.72
Hex FA 95 75 0 28 35 2 E 5D 48
Octal 372 225 165 0 50 65 2 16 135 110
Binary 11111010 10010101 1110101 0 101000 110101 10 1110 1011101 1001000

Color Harmonies of #FA9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9575

Black with #FA9575

Text Example


Text Example

White with #FA9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9575; }

 p { color: rgb(250,149,117); }

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

background-color css

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

 a { background-color: rgb(250,149,117); }

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

border-color css

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

 span { border-color: rgb(250,149,117); }

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