Html Css Color HEX #FC8D00 Dark Orange

📋 copy color: '#FC8D00'

red 252 ◦ green 141 ◦ blue 0

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

Shades of Dark Orange #FC8D00

Tints of Dark Orange #FC8D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 64.12%
G = 35.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8D00 (or 0xFC8D00) is known color: Dark Orange. HEX triplet: FC, 8D and 00. RGB value is (252,141,0). Sum of RGB (Red+Green+Blue) = 252+141+0=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D00 is #0372FF. Grayscale: #9E9E9E. Windows color (decimal): -226048 or 36348. OLE color: 36348.

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

Color convert

RGB 252 141 0 -
CMYK 0 0.44 1 0.01
HSL 33.57º 1% 0.49% -
HSV(B) 33.57º 1% 0.99% -
XYZ 49.67 39.75 5.05 -
YUV 158.12 38.77 194.96 -
System Red Green Blue C M Y K H S L
Decimal 252 141 0 0 0.44 1 0.01 33.57 1 0.49
Hex FC 8D 0 0 2C 64 1 22 64 31
Octal 374 215 0 0 54 144 1 42 144 61
Binary 11111100 10001101 0 0 101100 1100100 1 100010 1100100 110001

Color Harmonies of #FC8D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D00

Black with #FC8D00

Text Example


Text Example

White with #FC8D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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