Html Css Color HEX #FC7103 Safety Orange

📋 copy color: '#FC7103'

red 252 ◦ green 113 ◦ blue 3

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

Shades of Safety Orange #FC7103

Tints of Safety Orange #FC7103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.71%

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

R = 68.48%
G = 30.71%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC7103 (or 0xFC7103) is known color: Safety Orange. HEX triplet: FC, 71 and 03. RGB value is (252,113,3). Sum of RGB (Red+Green+Blue) = 252+113+3=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7103 is #038EFC. Grayscale: #8E8E8E. Windows color (decimal): -233213 or 225788. OLE color: 225788.

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

Color convert

RGB 252 113 3 -
CMYK 0 0.55 0.99 0.01
HSL 26.51º 0.98% 0.5% -
HSV(B) 26.51º 0.99% 0.99% -
XYZ 46.07 32.51 3.93 -
YUV 142.02 49.55 206.44 -
System Red Green Blue C M Y K H S L
Decimal 252 113 3 0 0.55 0.99 0.01 26.51 0.98 0.5
Hex FC 71 3 0 37 63 1 1B 62 32
Octal 374 161 3 0 67 143 1 33 142 62
Binary 11111100 1110001 11 0 110111 1100011 1 11011 1100010 110010

Color Harmonies of #FC7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7103

Black with #FC7103

Text Example


Text Example

White with #FC7103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7103; }

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

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

background-color css

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

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

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

border-color css

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

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

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