#FC850B

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

Shades of Dark Orange #FC850B

Tints of Dark Orange #FC850B

Color information

#FC850B (or 0xFC850B) is unknown color: approx Dark Orange. HEX triplet: FC, 85 and 0B. RGB value is (252,133,11). Sum of RGB (Red+Green+Blue) = 252+133+11=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC850B is #037AF4. Grayscale: #9B9B9B. Windows color (decimal): -228085 or 755196. OLE color: 755196.

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

Color convert

RGB25213311-
CMYK00.470.960.01
HSL30.37º97.57%51.57%-
HSV(B)30.37º95.63%98.82%-
XYZ48.5937.494.99-
YUV154.6746.92197.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.64%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 11 (4.69% from 255) = 2.78%
R=63.64%
G=33.59%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521331100.470.960.0130.3797.5751.57
HexFC85B02F6011e6234
Octal3742051305714013614264
Binary11111100100001011011010111111000001111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC850B; }

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

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

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

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

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

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

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

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