Html Css Color HEX #FC7301 Safety Orange

📋 copy color: '#FC7301'

red 252 ◦ green 115 ◦ blue 1

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

Shades of Safety Orange #FC7301

Tints of Safety Orange #FC7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 68.48%
G = 31.25%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC7301 (or 0xFC7301) is known color: Safety Orange. HEX triplet: FC, 73 and 01. RGB value is (252,115,1). Sum of RGB (Red+Green+Blue) = 252+115+1=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7301 is #038CFE. Grayscale: #8F8F8F. Windows color (decimal): -232703 or 95228. OLE color: 95228.

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

Color convert

RGB 252 115 1 -
CMYK 0 0.54 1.00 0.01
HSL 27.25º 0.99% 0.5% -
HSV(B) 27.25º 1% 0.99% -
XYZ 46.28 32.96 3.95 -
YUV 142.97 47.89 205.77 -
System Red Green Blue C M Y K H S L
Decimal 252 115 1 0 0.54 1.00 0.01 27.25 0.99 0.5
Hex FC 73 1 0 36 64 1 1B 63 32
Octal 374 163 1 0 66 144 1 33 143 62
Binary 11111100 1110011 1 0 110110 1100100 1 11011 1100011 110010

Color Harmonies of #FC7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7301

Black with #FC7301

Text Example


Text Example

White with #FC7301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7301; }

 p { color: rgb(252,115,1); }

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

background-color css

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

 a { background-color: rgb(252,115,1); }

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

border-color css

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

 span { border-color: rgb(252,115,1); }

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