Html Css Color HEX #FC6303 Safety Orange

📋 copy color: '#FC6303'

red 252 ◦ green 99 ◦ blue 3

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

Shades of Safety Orange #FC6303

Tints of Safety Orange #FC6303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 71.19%
G = 27.97%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC6303 (or 0xFC6303) is known color: Safety Orange. HEX triplet: FC, 63 and 03. RGB value is (252,99,3). Sum of RGB (Red+Green+Blue) = 252+99+3=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6303 is #039CFC. Grayscale: #868686. Windows color (decimal): -236797 or 222204. OLE color: 222204.

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

Color convert

RGB 252 99 3 -
CMYK 0 0.61 0.99 0.01
HSL 23.13º 0.98% 0.5% -
HSV(B) 23.13º 0.99% 0.99% -
XYZ 44.62 29.63 3.45 -
YUV 133.8 54.19 212.31 -
System Red Green Blue C M Y K H S L
Decimal 252 99 3 0 0.61 0.99 0.01 23.13 0.98 0.5
Hex FC 63 3 0 3D 63 1 17 62 32
Octal 374 143 3 0 75 143 1 27 142 62
Binary 11111100 1100011 11 0 111101 1100011 1 10111 1100010 110010

Color Harmonies of #FC6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6303

Black with #FC6303

Text Example


Text Example

White with #FC6303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6303; }

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

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

background-color css

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

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

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

border-color css

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

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

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