Html Css Color HEX #FC8C03 Dark Orange

📋 copy color: '#FC8C03'

red 252 ◦ green 140 ◦ blue 3

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

Shades of Dark Orange #FC8C03

Tints of Dark Orange #FC8C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 63.8%
G = 35.44%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC8C03 (or 0xFC8C03) is known color: Dark Orange. HEX triplet: FC, 8C and 03. RGB value is (252,140,3). Sum of RGB (Red+Green+Blue) = 252+140+3=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8C03 is #0373FC. Grayscale: #9E9E9E. Windows color (decimal): -226301 or 232700. OLE color: 232700.

HSL color Cylindrical-coordinate representation of color #FC8C03: hue angle of 33.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC8C03 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 140 3 -
CMYK 0 0.44 0.99 0.01
HSL 33.01º 0.98% 0.5% -
HSV(B) 33.01º 0.99% 0.99% -
XYZ 49.54 39.46 5.09 -
YUV 157.87 40.61 195.14 -
System Red Green Blue C M Y K H S L
Decimal 252 140 3 0 0.44 0.99 0.01 33.01 0.98 0.5
Hex FC 8C 3 0 2C 63 1 21 62 32
Octal 374 214 3 0 54 143 1 41 142 62
Binary 11111100 10001100 11 0 101100 1100011 1 100001 1100010 110010

Color Harmonies of #FC8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C03

Black with #FC8C03

Text Example


Text Example

White with #FC8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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