Html Css Color HEX #FC9403 Dark Orange

📋 copy color: '#FC9403'

red 252 ◦ green 148 ◦ blue 3

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

Shades of Dark Orange #FC9403

Tints of Dark Orange #FC9403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 62.53%
G = 36.72%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC9403 (or 0xFC9403) is known color: Dark Orange. HEX triplet: FC, 94 and 03. RGB value is (252,148,3). Sum of RGB (Red+Green+Blue) = 252+148+3=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9403 is #036BFC. Grayscale: #A3A3A3. Windows color (decimal): -224253 or 234748. OLE color: 234748.

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

Color convert

RGB 252 148 3 -
CMYK 0 0.41 0.99 0.01
HSL 34.94º 0.98% 0.5% -
HSV(B) 34.94º 0.99% 0.99% -
XYZ 50.75 41.88 5.5 -
YUV 162.57 37.96 191.79 -
System Red Green Blue C M Y K H S L
Decimal 252 148 3 0 0.41 0.99 0.01 34.94 0.98 0.5
Hex FC 94 3 0 29 63 1 23 62 32
Octal 374 224 3 0 51 143 1 43 142 62
Binary 11111100 10010100 11 0 101001 1100011 1 100011 1100010 110010

Color Harmonies of #FC9403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9403

Black with #FC9403

Text Example


Text Example

White with #FC9403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9403; }

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

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

background-color css

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

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

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

border-color css

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

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

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