#FB907D

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

Shades of Vivid Tangerine #FB907D

Tints of Vivid Tangerine #FB907D

Color information

#FB907D (or 0xFB907D) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 90 and 7D. RGB value is (251,144,125). Sum of RGB (Red+Green+Blue) = 251+144+125=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB907D is #046F82. Grayscale: #AEAEAE. Windows color (decimal): -290691 or 8229115. OLE color: 8229115.

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

Color convert

RGB251144125-
CMYK00.430.500.02
HSL9.05º94.03%73.73%-
HSV(B)9.05º50.2%98.43%-
XYZ53.4641.9424.68-
YUV173.83100.45183.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.27%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=48.27%
G=27.69%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114412500.430.500.029.0594.0373.73
HexFB907D02B32295e4a
Octal37322017505362211136112
Binary11111011100100001111101010101111001010100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB907D; }

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

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

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

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

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

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

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

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