Html Css Color HEX #FA9279 Vivid Tangerine

📋 copy color: '#FA9279'

red 250 ◦ green 146 ◦ blue 121

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

Shades of Vivid Tangerine #FA9279

Tints of Vivid Tangerine #FA9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.24%

 BLUE value IS 121 (47.66% from 255) = 23.4%

R = 48.36%
G = 28.24%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA9279 (or 0xFA9279) is known color: Vivid Tangerine. HEX triplet: FA, 92 and 79. RGB value is (250,146,121). Sum of RGB (Red+Green+Blue) = 250+146+121=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9279 is #056D86. Grayscale: #AEAEAE. Windows color (decimal): -355719 or 7967482. OLE color: 7967482.

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

Color convert

RGB 250 146 121 -
CMYK 0 0.42 0.52 0.02
HSL 11.63º 0.93% 0.73% -
HSV(B) 11.63º 0.52% 0.98% -
XYZ 53.15 42.26 23.45 -
YUV 174.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 250 146 121 0 0.42 0.52 0.02 11.63 0.93 0.73
Hex FA 92 79 0 2A 34 2 C 5D 49
Octal 372 222 171 0 52 64 2 14 135 111
Binary 11111010 10010010 1111001 0 101010 110100 10 1100 1011101 1001001

Color Harmonies of #FA9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9279

Black with #FA9279

Text Example


Text Example

White with #FA9279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9279; }

 p { color: rgb(250,146,121); }

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

background-color css

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

 a { background-color: rgb(250,146,121); }

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

border-color css

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

 span { border-color: rgb(250,146,121); }

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