#FB9B5E

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

Shades of Atomic Tangerine #FB9B5E

Tints of Atomic Tangerine #FB9B5E

Color information

#FB9B5E (or 0xFB9B5E) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 9B and 5E. RGB value is (251,155,94). Sum of RGB (Red+Green+Blue) = 251+155+94=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9B5E is #0464A1. Grayscale: #B1B1B1. Windows color (decimal): -287906 or 6200315. OLE color: 6200315.

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

Color convert

RGB25115594-
CMYK00.380.630.02
HSL23.31º95.15%67.65%-
HSV(B)23.31º62.55%98.43%-
XYZ53.5344.7616.41-
YUV176.7581.3180.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.2%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 94 (37.11% from 255) = 18.8%
R=50.2%
G=31%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511559400.380.630.0223.3195.1567.65
HexFB9B5E0263F2175f44
Octal37323313604677227137104
Binary111110111001101110111100100110111111101011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B5E; }

 p { color: rgb(251,155,94); }

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

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

 a { background-color: rgb(251,155,94); }

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

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

 span { border-color: rgb(251,155,94); }

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