#FB967E

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

Shades of Vivid Tangerine #FB967E

Tints of Vivid Tangerine #FB967E

Color information

#FB967E (or 0xFB967E) is unknown color: approx Vivid Tangerine. HEX triplet: FB, 96 and 7E. RGB value is (251,150,126). Sum of RGB (Red+Green+Blue) = 251+150+126=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB967E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB967E is #046981. Grayscale: #B1B1B1. Windows color (decimal): -289154 or 8296187. OLE color: 8296187.

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

Color convert

RGB251150126-
CMYK00.400.500.02
HSL11.52º93.98%73.92%-
HSV(B)11.52º49.8%98.43%-
XYZ54.4643.8325.33-
YUV177.4698.96180.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=47.63%
G=28.46%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115012600.400.500.0211.5293.9873.92
HexFB967E028322c5e4a
Octal37322617605062214136112
Binary11111011100101101111110010100011001010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB967E; }

 p { color: rgb(251,150,126); }

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

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

 a { background-color: rgb(251,150,126); }

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

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

 span { border-color: rgb(251,150,126); }

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