#FA6000

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

Shades of Safety Orange #FA6000

Tints of Safety Orange #FA6000

Color information

#FA6000 (or 0xFA6000) is unknown color: approx Safety Orange. HEX triplet: FA, 60 and 00. RGB value is (250,96,0). Sum of RGB (Red+Green+Blue) = 250+96+0=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6000 is #059FFF. Grayscale: #838383. Windows color (decimal): -368640 or 24826. OLE color: 24826.

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

Color convert

RGB250960-
CMYK00.6210.02
HSL23.04º100%49.02%-
HSV(B)23.04º100%98.04%-
XYZ43.6128.693.24-
YUV131.154.02212.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.25%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.25%
G=27.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25096000.6210.0223.0410049.02
HexFA60003E642176431
Octal372140007614422714461
Binary11111010110000000111110110010010101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6000; }

 p { color: rgb(250,96,0); }

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

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

 a { background-color: rgb(250,96,0); }

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

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

 span { border-color: rgb(250,96,0); }

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