Html Css Color HEX #FC8C13 Dark Orange

📋 copy color: '#FC8C13'

red 252 ◦ green 140 ◦ blue 19

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

Shades of Dark Orange #FC8C13

Tints of Dark Orange #FC8C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 61.31%
G = 34.06%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8C13 (or 0xFC8C13) is known color: Dark Orange. HEX triplet: FC, 8C and 13. RGB value is (252,140,19). Sum of RGB (Red+Green+Blue) = 252+140+19=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C13 is #0373EC. Grayscale: #A0A0A0. Windows color (decimal): -226285 or 1281276. OLE color: 1281276.

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

Color convert

RGB 252 140 19 -
CMYK 0 0.44 0.92 0.01
HSL 31.16º 0.97% 0.53% -
HSV(B) 31.16º 0.92% 0.99% -
XYZ 49.64 39.5 5.62 -
YUV 159.69 48.61 193.84 -
System Red Green Blue C M Y K H S L
Decimal 252 140 19 0 0.44 0.92 0.01 31.16 0.97 0.53
Hex FC 8C 13 0 2C 5C 1 1F 61 35
Octal 374 214 23 0 54 134 1 37 141 65
Binary 11111100 10001100 10011 0 101100 1011100 1 11111 1100001 110101

Color Harmonies of #FC8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C13

Black with #FC8C13

Text Example


Text Example

White with #FC8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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