Html Css Color HEX #FC8500 Dark Orange

📋 copy color: '#FC8500'

red 252 ◦ green 133 ◦ blue 0

#FC8500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FC8500

Tints of Dark Orange #FC8500

RGB

 RED value IS 252 (98.83% from 255) = 65.45%

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.45%
G = 34.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8500 (or 0xFC8500) is known color: Dark Orange. HEX triplet: FC, 85 and 00. RGB value is (252,133,0). Sum of RGB (Red+Green+Blue) = 252+133+0=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8500 is #037AFF. Grayscale: #9A9A9A. Windows color (decimal): -228096 or 34300. OLE color: 34300.

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

Color convert

RGB 252 133 0 -
CMYK 0 0.47 1 0.01
HSL 31.67º 1% 0.49% -
HSV(B) 31.67º 1% 0.99% -
XYZ 48.53 37.47 4.67 -
YUV 153.42 41.42 198.31 -
System Red Green Blue C M Y K H S L
Decimal 252 133 0 0 0.47 1 0.01 31.67 1 0.49
Hex FC 85 0 0 2F 64 1 20 64 31
Octal 374 205 0 0 57 144 1 40 144 61
Binary 11111100 10000101 0 0 101111 1100100 1 100000 1100100 110001

Color Harmonies of #FC8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8500

Black with #FC8500

Text Example


Text Example

White with #FC8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8500; }

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

 H1.HeaderClassName
 {
   color: #FC8500;
 }
 .AnyTagClassName
 {
   color: #FC8500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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