#FA6405

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

Shades of Safety Orange #FA6405

Tints of Safety Orange #FA6405

Color information

#FA6405 (or 0xFA6405) is unknown color: approx Safety Orange. HEX triplet: FA, 64 and 05. RGB value is (250,100,5). Sum of RGB (Red+Green+Blue) = 250+100+5=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6405 is #059BFA. Grayscale: #868686. Windows color (decimal): -367611 or 353530. OLE color: 353530.

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

Color convert

RGB2501005-
CMYK00.60.980.02
HSL23.27º96.08%50%-
HSV(B)23.27º98%98.04%-
XYZ44.0129.453.51-
YUV134.0255.2210.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.42%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=70.42%
G=28.17%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250100500.60.980.0223.2796.0850
HexFA64503C622176032
Octal372144507414222714062
Binary1111101011001001010111100110001010101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6405; }

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

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

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

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

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

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

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

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