#FA6305

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

Shades of Safety Orange #FA6305

Tints of Safety Orange #FA6305

Color information

#FA6305 (or 0xFA6305) is unknown color: approx Safety Orange. HEX triplet: FA, 63 and 05. RGB value is (250,99,5). Sum of RGB (Red+Green+Blue) = 250+99+5=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6305 is #059CFA. Grayscale: #858585. Windows color (decimal): -367867 or 353274. OLE color: 353274.

HSL color Cylindrical-coordinate representation of color #FA6305: hue angle of 23.02º 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 #FA6305 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB250995-
CMYK00.600.980.02
HSL23.02º96.08%50%-
HSV(B)23.02º98%98.04%-
XYZ43.9129.263.48-
YUV133.4355.53211.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.62%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=70.62%
G=27.97%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25099500.600.980.0223.0296.0850
HexFA63503C622176032
Octal372143507414222714062
Binary1111101011000111010111100110001010101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6305; }

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

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

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

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

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

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

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

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