Html Css Color HEX #FA947A Vivid Tangerine

📋 copy color: '#FA947A'

red 250 ◦ green 148 ◦ blue 122

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

Shades of Vivid Tangerine #FA947A

Tints of Vivid Tangerine #FA947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.46%

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 48.08%
G = 28.46%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA947A (or 0xFA947A) is known color: Vivid Tangerine. HEX triplet: FA, 94 and 7A. RGB value is (250,148,122). Sum of RGB (Red+Green+Blue) = 250+148+122=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA947A is #056B85. Grayscale: #AFAFAF. Windows color (decimal): -355206 or 8033530. OLE color: 8033530.

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

Color convert

RGB 250 148 122 -
CMYK 0 0.41 0.51 0.02
HSL 12.19º 0.93% 0.73% -
HSV(B) 12.19º 0.51% 0.98% -
XYZ 53.53 42.91 23.87 -
YUV 175.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 250 148 122 0 0.41 0.51 0.02 12.19 0.93 0.73
Hex FA 94 7A 0 29 33 2 C 5D 49
Octal 372 224 172 0 51 63 2 14 135 111
Binary 11111010 10010100 1111010 0 101001 110011 10 1100 1011101 1001001

Color Harmonies of #FA947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA947A

Black with #FA947A

Text Example


Text Example

White with #FA947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA947A; }

 p { color: rgb(250,148,122); }

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

background-color css

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

 a { background-color: rgb(250,148,122); }

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

border-color css

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

 span { border-color: rgb(250,148,122); }

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