#FC810B

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

Shades of Tangerine #FC810B

Tints of Tangerine #FC810B

Color information

#FC810B (or 0xFC810B) is unknown color: approx Tangerine. HEX triplet: FC, 81 and 0B. RGB value is (252,129,11). Sum of RGB (Red+Green+Blue) = 252+129+11=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC810B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC810B is #037EF4. Grayscale: #989898. Windows color (decimal): -229109 or 754172. OLE color: 754172.

HSL color Cylindrical-coordinate representation of color #FC810B: hue angle of 29.38º 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 #FC810B is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB25212911-
CMYK00.490.960.01
HSL29.38º97.57%51.57%-
HSV(B)29.38º95.63%98.82%-
XYZ48.0636.424.81-
YUV152.3248.25199.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.29%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=64.29%
G=32.91%
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
Decimal2521291100.490.960.0129.3897.5751.57
HexFC81B0316011d6234
Octal3742011306114013514264
Binary11111100100000011011011000111000001111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC810B; }

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

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

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

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

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

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

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

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