Html Css Color HEX #FC8F00 Dark Orange

📋 copy color: '#FC8F00'

red 252 ◦ green 143 ◦ blue 0

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

Shades of Dark Orange #FC8F00

Tints of Dark Orange #FC8F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 63.8%
G = 36.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC8F00 (or 0xFC8F00) is known color: Dark Orange. HEX triplet: FC, 8F and 00. RGB value is (252,143,0). Sum of RGB (Red+Green+Blue) = 252+143+0=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F00 is #0370FF. Grayscale: #9F9F9F. Windows color (decimal): -225536 or 36860. OLE color: 36860.

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

Color convert

RGB 252 143 0 -
CMYK 0 0.43 1 0.01
HSL 34.05º 1% 0.49% -
HSV(B) 34.05º 1% 0.99% -
XYZ 49.97 40.34 5.15 -
YUV 159.29 38.11 194.13 -
System Red Green Blue C M Y K H S L
Decimal 252 143 0 0 0.43 1 0.01 34.05 1 0.49
Hex FC 8F 0 0 2B 64 1 22 64 31
Octal 374 217 0 0 53 144 1 42 144 61
Binary 11111100 10001111 0 0 101011 1100100 1 100010 1100100 110001

Color Harmonies of #FC8F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F00

Black with #FC8F00

Text Example


Text Example

White with #FC8F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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