#FA937D

Color #FA937D Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FA937D

Tints of Vivid Tangerine #FA937D

Color information

#FA937D (or 0xFA937D) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 93 and 7D. RGB value is (250,147,125). Sum of RGB (Red+Green+Blue) = 250+147+125=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA937D is #056C82. Grayscale: #AFAFAF. Windows color (decimal): -355459 or 8229882. OLE color: 8229882.

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

Color convert

RGB250147125-
CMYK00.410.500.02
HSL10.56º92.59%73.53%-
HSV(B)10.56º50%98.04%-
XYZ53.5642.6724.82-
YUV175.2999.62181.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=47.89%
G=28.16%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014712500.410.500.0210.5692.5973.53
HexFA937D029322b5d4a
Octal37222317505162213135112
Binary11111010100100111111101010100111001010101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA937D; }

 p { color: rgb(250,147,125); }

 H1.HeaderClassName
 {
   color: #FA937D;
 }
 .AnyTagClassName
 {
   color: #FA937D;
 }
</style>
background-color css

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

 a { background-color: rgb(250,147,125); }

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

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

 span { border-color: rgb(250,147,125); }

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