#FC840B

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

Shades of Dark Orange #FC840B

Tints of Dark Orange #FC840B

Color information

#FC840B (or 0xFC840B) is unknown color: approx Dark Orange. HEX triplet: FC, 84 and 0B. RGB value is (252,132,11). Sum of RGB (Red+Green+Blue) = 252+132+11=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC840B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC840B is #037BF4. Grayscale: #9A9A9A. Windows color (decimal): -228341 or 754940. OLE color: 754940.

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

Color convert

RGB25213211-
CMYK00.480.960.01
HSL30.12º97.57%51.57%-
HSV(B)30.12º95.63%98.82%-
XYZ48.4637.224.95-
YUV154.0947.26197.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.80%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 11 (4.69% from 255) = 2.78%
R=63.80%
G=33.42%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521321100.480.960.0130.1297.5751.57
HexFC84B0306011e6234
Octal3742041306014013614264
Binary11111100100001001011011000011000001111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC840B; }

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

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

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

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

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

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

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

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