Html Css Color HEX #FC8300 Dark Orange

📋 copy color: '#FC8300'

red 252 ◦ green 131 ◦ blue 0

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

Shades of Dark Orange #FC8300

Tints of Dark Orange #FC8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

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

R = 65.8%
G = 34.2%
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

#FC8300 (or 0xFC8300) is known color: Dark Orange. HEX triplet: FC, 83 and 00. RGB value is (252,131,0). Sum of RGB (Red+Green+Blue) = 252+131+0=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8300 is #037CFF. Grayscale: #989898. Windows color (decimal): -228608 or 33788. OLE color: 33788.

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

Color convert

RGB 252 131 0 -
CMYK 0 0.48 1 0.01
HSL 31.19º 1% 0.49% -
HSV(B) 31.19º 1% 0.99% -
XYZ 48.26 36.93 4.58 -
YUV 152.25 42.09 199.15 -
System Red Green Blue C M Y K H S L
Decimal 252 131 0 0 0.48 1 0.01 31.19 1 0.49
Hex FC 83 0 0 30 64 1 1F 64 31
Octal 374 203 0 0 60 144 1 37 144 61
Binary 11111100 10000011 0 0 110000 1100100 1 11111 1100100 110001

Color Harmonies of #FC8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8300

Black with #FC8300

Text Example


Text Example

White with #FC8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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