Html Css Color HEX #FC6203 Safety Orange

📋 copy color: '#FC6203'

red 252 ◦ green 98 ◦ blue 3

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

Shades of Safety Orange #FC6203

Tints of Safety Orange #FC6203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 71.39%
G = 27.76%
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

#FC6203 (or 0xFC6203) is known color: Safety Orange. HEX triplet: FC, 62 and 03. RGB value is (252,98,3). Sum of RGB (Red+Green+Blue) = 252+98+3=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6203 is #039DFC. Grayscale: #858585. Windows color (decimal): -237053 or 221948. OLE color: 221948.

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

Color convert

RGB 252 98 3 -
CMYK 0 0.61 0.99 0.01
HSL 22.89º 0.98% 0.5% -
HSV(B) 22.89º 0.99% 0.99% -
XYZ 44.53 29.44 3.42 -
YUV 133.22 54.52 212.72 -
System Red Green Blue C M Y K H S L
Decimal 252 98 3 0 0.61 0.99 0.01 22.89 0.98 0.5
Hex FC 62 3 0 3D 63 1 17 62 32
Octal 374 142 3 0 75 143 1 27 142 62
Binary 11111100 1100010 11 0 111101 1100011 1 10111 1100010 110010

Color Harmonies of #FC6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6203

Black with #FC6203

Text Example


Text Example

White with #FC6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6203; }

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

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

background-color css

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

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

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

border-color css

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

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

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