#fa6403

Color #FA6403 Safety Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Safety Orange #FA6403

Tints of Safety Orange #FA6403

Color information

#FA6403 (or 0xFA6403) is unknown color: approx Safety Orange. HEX triplet: FA, 64 and 03. RGB value is (250,100,3). Sum of RGB (Red+Green+Blue) = 250+100+3=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6403 is #059BFC. Grayscale: #868686. Windows color (decimal): -367613 or 222458. OLE color: 222458.

HSL color Cylindrical-coordinate representation of color #FA6403: hue angle of 23.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA6403 is Cyan = 0, Magento = 0.6, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB2501003-
CMYK00.60.990.02
HSL23.56º97.63%49.61%-
HSV(B)23.56º98.8%98.04%-
XYZ4429.443.45-
YUV133.7954.2210.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=70.82%
G=28.33%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250100300.60.990.0223.5697.6349.61
HexFA64303C632186232
Octal372144307414323014262
Binary111110101100100110111100110001110110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa6403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa6403; }

 p { color: rgb(250,100,3); }

 H1.HeaderClassName
 {
   color: #fa6403;
 }
 .AnyTagClassName
 {
   color: #fa6403;
 }
</style>
background-color css

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

 a { background-color: rgb(250,100,3); }

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

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

 span { border-color: rgb(250,100,3); }

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