#FA907D

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

Shades of Vivid Tangerine #FA907D

Tints of Vivid Tangerine #FA907D

Color information

#FA907D (or 0xFA907D) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 90 and 7D. RGB value is (250,144,125). Sum of RGB (Red+Green+Blue) = 250+144+125=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA907D is #056F82. Grayscale: #ADADAD. Windows color (decimal): -356227 or 8229114. OLE color: 8229114.

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

Color convert

RGB250144125-
CMYK00.420.500.02
HSL9.12º92.59%73.53%-
HSV(B)9.12º50%98.04%-
XYZ53.141.7524.66-
YUV173.53100.62182.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=48.17%
G=27.75%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014412500.420.500.029.1292.5973.53
HexFA907D02A32295d4a
Octal37222017505262211135112
Binary11111010100100001111101010101011001010100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA907D; }

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

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

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

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

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

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

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

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