#FB7601

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

Shades of Safety Orange #FB7601

Tints of Safety Orange #FB7601

Color information

#FB7601 (or 0xFB7601) is unknown color: approx Safety Orange. HEX triplet: FB, 76 and 01. RGB value is (251,118,1). Sum of RGB (Red+Green+Blue) = 251+118+1=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7601 is #0489FE. Grayscale: #919191. Windows color (decimal): -297471 or 95995. OLE color: 95995.

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

Color convert

RGB2511181-
CMYK00.531.000.02
HSL28.08º99.21%49.41%-
HSV(B)28.08º99.6%98.43%-
XYZ46.2733.474.05-
YUV144.4347.06204.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.84%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=67.84%
G=31.89%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251118100.531.000.0228.0899.2149.41
HexFB7610356421c6331
Octal373166106514423414361
Binary11111011111011010110101110010010111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7601; }

 p { color: rgb(251,118,1); }

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

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

 a { background-color: rgb(251,118,1); }

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

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

 span { border-color: rgb(251,118,1); }

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