Html Css Color HEX #FC9303 Dark Orange

📋 copy color: '#FC9303'

red 252 ◦ green 147 ◦ blue 3

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

Shades of Dark Orange #FC9303

Tints of Dark Orange #FC9303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 62.69%
G = 36.57%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC9303 (or 0xFC9303) is known color: Dark Orange. HEX triplet: FC, 93 and 03. RGB value is (252,147,3). Sum of RGB (Red+Green+Blue) = 252+147+3=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9303 is #036CFC. Grayscale: #A2A2A2. Windows color (decimal): -224509 or 234492. OLE color: 234492.

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

Color convert

RGB 252 147 3 -
CMYK 0 0.42 0.99 0.01
HSL 34.7º 0.98% 0.5% -
HSV(B) 34.7º 0.99% 0.99% -
XYZ 50.6 41.57 5.44 -
YUV 161.98 38.29 192.21 -
System Red Green Blue C M Y K H S L
Decimal 252 147 3 0 0.42 0.99 0.01 34.7 0.98 0.5
Hex FC 93 3 0 2A 63 1 23 62 32
Octal 374 223 3 0 52 143 1 43 142 62
Binary 11111100 10010011 11 0 101010 1100011 1 100011 1100010 110010

Color Harmonies of #FC9303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9303

Black with #FC9303

Text Example


Text Example

White with #FC9303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9303; }

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

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

background-color css

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

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

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

border-color css

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

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

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