#FC800B

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

Shades of Tangerine #FC800B

Tints of Tangerine #FC800B

Color information

#FC800B (or 0xFC800B) is unknown color: approx Tangerine. HEX triplet: FC, 80 and 0B. RGB value is (252,128,11). Sum of RGB (Red+Green+Blue) = 252+128+11=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800B is #037FF4. Grayscale: #989898. Windows color (decimal): -229365 or 753916. OLE color: 753916.

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

Color convert

RGB25212811-
CMYK00.490.960.01
HSL29.13º97.57%51.57%-
HSV(B)29.13º95.63%98.82%-
XYZ47.9236.164.77-
YUV151.7448.58199.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.45%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=64.45%
G=32.74%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521281100.490.960.0129.1397.5751.57
HexFC80B0316011d6234
Octal3742001306114013514264
Binary11111100100000001011011000111000001111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC800B; }

 p { color: rgb(252,128,11); }

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

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

 a { background-color: rgb(252,128,11); }

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

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

 span { border-color: rgb(252,128,11); }

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