#FB965F

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

Shades of Atomic Tangerine #FB965F

Tints of Atomic Tangerine #FB965F

Color information

#FB965F (or 0xFB965F) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 96 and 5F. RGB value is (251,150,95). Sum of RGB (Red+Green+Blue) = 251+150+95=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB965F is #0469A0. Grayscale: #AEAEAE. Windows color (decimal): -289185 or 6264571. OLE color: 6264571.

HSL color Cylindrical-coordinate representation of color #FB965F: hue angle of 21.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB965F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25115095-
CMYK00.400.620.02
HSL21.15º95.12%67.84%-
HSV(B)21.15º62.15%98.43%-
XYZ52.7643.1516.37-
YUV173.9383.46182.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.60%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=50.60%
G=30.24%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511509500.400.620.0221.1595.1267.84
HexFB965F0283E2155f44
Octal37322613705076225137104
Binary111110111001011010111110101000111110101010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB965F; }

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

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

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

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

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

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

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

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