#FB917D

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

Shades of Vivid Tangerine #FB917D

Tints of Vivid Tangerine #FB917D

Color information

#FB917D (or 0xFB917D) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 91 and 7D. RGB value is (251,145,125). Sum of RGB (Red+Green+Blue) = 251+145+125=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB917D is #046E82. Grayscale: #AEAEAE. Windows color (decimal): -290435 or 8229371. OLE color: 8229371.

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

Color convert

RGB251145125-
CMYK00.420.500.02
HSL9.52º94.03%73.73%-
HSV(B)9.52º50.2%98.43%-
XYZ53.6142.2424.73-
YUV174.41100.12182.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=48.18%
G=27.83%
B=23.99%

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
Decimal25114512500.420.500.029.5294.0373.73
HexFB917D02A322a5e4a
Octal37322117505262212136112
Binary11111011100100011111101010101011001010101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB917D; }

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

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

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

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

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

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

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

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