Html Css Color HEX #FA947F Vivid Tangerine

📋 copy color: '#FA947F'

red 250 ◦ green 148 ◦ blue 127

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

Shades of Vivid Tangerine #FA947F

Tints of Vivid Tangerine #FA947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 47.62%
G = 28.19%
B = 24.19%

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

#FA947F (or 0xFA947F) is known color: Vivid Tangerine. HEX triplet: FA, 94 and 7F. RGB value is (250,148,127). Sum of RGB (Red+Green+Blue) = 250+148+127=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA947F is #056B80. Grayscale: #B0B0B0. Windows color (decimal): -355201 or 8361210. OLE color: 8361210.

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

Color convert

RGB 250 148 127 -
CMYK 0 0.41 0.49 0.02
HSL 10.24º 0.92% 0.74% -
HSV(B) 10.24º 0.49% 0.98% -
XYZ 53.85 43.04 25.55 -
YUV 176.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 250 148 127 0 0.41 0.49 0.02 10.24 0.92 0.74
Hex FA 94 7F 0 29 31 2 A 5C 4A
Octal 372 224 177 0 51 61 2 12 134 112
Binary 11111010 10010100 1111111 0 101001 110001 10 1010 1011100 1001010

Color Harmonies of #FA947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA947F

Black with #FA947F

Text Example


Text Example

White with #FA947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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