Html Css Color HEX #FA8C7F Vivid Tangerine

📋 copy color: '#FA8C7F'

red 250 ◦ green 140 ◦ blue 127

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

Shades of Vivid Tangerine #FA8C7F

Tints of Vivid Tangerine #FA8C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.08%

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

R = 48.36%
G = 27.08%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA8C7F (or 0xFA8C7F) is known color: Vivid Tangerine. HEX triplet: FA, 8C and 7F. RGB value is (250,140,127). Sum of RGB (Red+Green+Blue) = 250+140+127=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C7F is #057380. Grayscale: #ABABAB. Windows color (decimal): -357249 or 8359162. OLE color: 8359162.

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

Color convert

RGB 250 140 127 -
CMYK 0 0.44 0.49 0.02
HSL 6.34º 0.92% 0.74% -
HSV(B) 6.34º 0.49% 0.98% -
XYZ 52.63 40.61 25.14 -
YUV 171.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 250 140 127 0 0.44 0.49 0.02 6.34 0.92 0.74
Hex FA 8C 7F 0 2C 31 2 6 5C 4A
Octal 372 214 177 0 54 61 2 6 134 112
Binary 11111010 10001100 1111111 0 101100 110001 10 110 1011100 1001010

Color Harmonies of #FA8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C7F

Black with #FA8C7F

Text Example


Text Example

White with #FA8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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