#FB8000

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

Shades of Tangerine #FB8000

Tints of Tangerine #FB8000

Color information

#FB8000 (or 0xFB8000) is unknown color: approx Tangerine. HEX triplet: FB, 80 and 00. RGB value is (251,128,0). Sum of RGB (Red+Green+Blue) = 251+128+0=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8000 is #047FFF. Grayscale: #969696. Windows color (decimal): -294912 or 33019. OLE color: 33019.

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

Color convert

RGB2511280-
CMYK00.4910.02
HSL30.6º100%49.22%-
HSV(B)30.6º100%98.43%-
XYZ47.535.954.43-
YUV150.1843.25199.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.23%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.23%
G=33.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251128000.4910.0230.610049.22
HexFB8000316421f6431
Octal373200006114423714461
Binary111110111000000000110001110010010111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8000; }

 p { color: rgb(251,128,0); }

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

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

 a { background-color: rgb(251,128,0); }

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

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

 span { border-color: rgb(251,128,0); }

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