Html Css Color HEX #FA9175 Vivid Tangerine

📋 copy color: '#FA9175'

red 250 ◦ green 145 ◦ blue 117

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

Shades of Vivid Tangerine #FA9175

Tints of Vivid Tangerine #FA9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.32%

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

R = 48.83%
G = 28.32%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA9175 (or 0xFA9175) is known color: Vivid Tangerine. HEX triplet: FA, 91 and 75. RGB value is (250,145,117). Sum of RGB (Red+Green+Blue) = 250+145+117=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9175 is #056E8A. Grayscale: #ADADAD. Windows color (decimal): -355979 or 7705082. OLE color: 7705082.

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

Color convert

RGB 250 145 117 -
CMYK 0 0.42 0.53 0.02
HSL 12.63º 0.93% 0.72% -
HSV(B) 12.63º 0.53% 0.98% -
XYZ 52.76 41.86 22.13 -
YUV 173.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 250 145 117 0 0.42 0.53 0.02 12.63 0.93 0.72
Hex FA 91 75 0 2A 35 2 D 5D 48
Octal 372 221 165 0 52 65 2 15 135 110
Binary 11111010 10010001 1110101 0 101010 110101 10 1101 1011101 1001000

Color Harmonies of #FA9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9175

Black with #FA9175

Text Example


Text Example

White with #FA9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9175; }

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

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

background-color css

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

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

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

border-color css

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

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

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