Html Css Color HEX #FC8713 Dark Orange

📋 copy color: '#FC8713'

red 252 ◦ green 135 ◦ blue 19

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

Shades of Dark Orange #FC8713

Tints of Dark Orange #FC8713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 62.07%
G = 33.25%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8713 (or 0xFC8713) is known color: Dark Orange. HEX triplet: FC, 87 and 13. RGB value is (252,135,19). Sum of RGB (Red+Green+Blue) = 252+135+19=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8713 is #0378EC. Grayscale: #9D9D9D. Windows color (decimal): -227565 or 1279996. OLE color: 1279996.

HSL color Cylindrical-coordinate representation of color #FC8713: hue angle of 29.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC8713 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 135 19 -
CMYK 0 0.46 0.92 0.01
HSL 29.87º 0.97% 0.53% -
HSV(B) 29.87º 0.92% 0.99% -
XYZ 48.93 38.07 5.39 -
YUV 156.76 50.26 195.93 -
System Red Green Blue C M Y K H S L
Decimal 252 135 19 0 0.46 0.92 0.01 29.87 0.97 0.53
Hex FC 87 13 0 2E 5C 1 1E 61 35
Octal 374 207 23 0 56 134 1 36 141 65
Binary 11111100 10000111 10011 0 101110 1011100 1 11110 1100001 110101

Color Harmonies of #FC8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8713

Black with #FC8713

Text Example


Text Example

White with #FC8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8713; }

 p { color: rgb(252,135,19); }

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

background-color css

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

 a { background-color: rgb(252,135,19); }

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

border-color css

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

 span { border-color: rgb(252,135,19); }

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