Html Css Color HEX #FC8400 Dark Orange

📋 copy color: '#FC8400'

red 252 ◦ green 132 ◦ blue 0

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

Shades of Dark Orange #FC8400

Tints of Dark Orange #FC8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 65.63%
G = 34.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8400 (or 0xFC8400) is known color: Dark Orange. HEX triplet: FC, 84 and 00. RGB value is (252,132,0). Sum of RGB (Red+Green+Blue) = 252+132+0=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8400 is #037BFF. Grayscale: #999999. Windows color (decimal): -228352 or 34044. OLE color: 34044.

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

Color convert

RGB 252 132 0 -
CMYK 0 0.48 1 0.01
HSL 31.43º 1% 0.49% -
HSV(B) 31.43º 1% 0.99% -
XYZ 48.4 37.2 4.63 -
YUV 152.83 41.76 198.73 -
System Red Green Blue C M Y K H S L
Decimal 252 132 0 0 0.48 1 0.01 31.43 1 0.49
Hex FC 84 0 0 30 64 1 1F 64 31
Octal 374 204 0 0 60 144 1 37 144 61
Binary 11111100 10000100 0 0 110000 1100100 1 11111 1100100 110001

Color Harmonies of #FC8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8400

Black with #FC8400

Text Example


Text Example

White with #FC8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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