#FB5D15

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

Shades of Safety Orange #FB5D15

Tints of Safety Orange #FB5D15

Color information

#FB5D15 (or 0xFB5D15) is unknown color: approx Safety Orange. HEX triplet: FB, 5D and 15. RGB value is (251,93,21). Sum of RGB (Red+Green+Blue) = 251+93+21=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D15 is #04A2EA. Grayscale: #848484. Windows color (decimal): -303851 or 1400315. OLE color: 1400315.

HSL color Cylindrical-coordinate representation of color #FB5D15: hue angle of 18.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB5D15 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB2519321-
CMYK00.630.920.02
HSL18.78º96.64%53.33%-
HSV(B)18.78º91.63%98.43%-
XYZ43.8328.393.88-
YUV132.0365.35212.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.77%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 21 (8.59% from 255) = 5.75%
R=68.77%
G=25.48%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251932100.630.920.0218.7896.6453.33
HexFB5D1503F5C2136135
Octal3731352507713422314165
Binary111110111011101101010111111101110010100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5D15; }

 p { color: rgb(251,93,21); }

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

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

 a { background-color: rgb(251,93,21); }

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

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

 span { border-color: rgb(251,93,21); }

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